Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Changaco/setuptools_scm_git_archive

Folders and files

NameName
Last commit message
Last commit date
Jun 21, 2022
Jun 29, 2022
Nov 29, 2015
Nov 29, 2015
Nov 29, 2015
Jun 29, 2022
Mar 24, 2019
Sep 21, 2023
Nov 29, 2015

Repository files navigation

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).

About

setuptools_scm plugin for git archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages