very-good-setuptools-git-version
Automatically set package version from Git. This is a re-release of setuptools-git-version with fixes and improvements.
Introduction
Instead of hard-coding the package version in setup.py like:
setup(
name='foobar',
version='1.0',
...
)
this package allows to extract it from the underlying Git repository:
setup(
name='foobar',
version_format='{tag}.dev{commits}+{sha}',
setup_requires=['setuptools-git-version'],
...
)
Release files for very-good-setuptools-git-version 1.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| very-good-setuptools-git-version-1.0.5.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| very_good_setuptools_git_version-1.0.5-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / very-good-setuptools-git-version-1.0.5.tar.gz
| Download URL | very-good-setuptools-git-version-1.0.5.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
137506c45c7ceae2df86bb7184ae5a01b1df6799175ee62a1e2f62815b211d40
|
|
BLAKE2b-256 checksum How to use checksums |
77c6d960db9ede48b195de6a40f574f4aa5b14772dcc612d3f3a578b0011f388
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / very_good_setuptools_git_version-1.0.5-py2.py3-none-any.whl
| Download URL | very_good_setuptools_git_version-1.0.5-py2.py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
6dc21cbc9751ae21953c5d69324fe905e5a290c4186d60c4c908abae1938882e
|
|
BLAKE2b-256 checksum How to use checksums |
4c594eb9e7fce4f61a7520c09c95ff5e12f17f639e105abaf58d7332b9b1541d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |