You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

setuptools-scm-git-archive

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setuptools-scm-git-archive

setuptools_scm plugin for git archives

1.4.1
pipPyPI
Maintainers
1

This plugin is obsolete. setuptools_scm >= 7.0.0 supports Git archives by itself.

Migration guide

Change the contents of the .git_archival.txt file in the root directory of your repository from::

ref-names: $Format:%D$

to::

node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags=true)$
ref-names: $Format:%D$

Remove setuptools_scm_git_archive from your project's dependencies (e.g. the setup_requires list in your setup.py file).

Keywords

scm vcs version tags git archive

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts