summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBlair Bonnett2019-12-14 17:46:33 +0100
committerBlair Bonnett2019-12-14 17:46:33 +0100
commita99569ac290190e6cb76ff19a024b2c3a7a28798 (patch)
tree58b774e4845207e6c1194925222eaff4f26eb398 /.gitignore
parent4a90f33bc078df547223c921e0b0f51d78546b10 (diff)
downloadaur-a99569ac290190e6cb76ff19a024b2c3a7a28798.tar.gz
Fix version number reported by library.
Distributed uses versioneer to handle version numbering. The tarballs provided by codeload.github.com were taken straight from the source, in which case versioneer uses Git to determine a version number. This meant it was picking up the hash of the latest commit to the AUR package's repository and giving a version number like '0+untagged.20.g4a90f33' for both the distributed.__version__ attribute in the library, and the .egg-info metadata directory. The tarballs uploaded to PyPI are generated using 'python setup.py sdist' which makes versioneer embed the correct version number rather than loading it dynamically. Switching to these as the source for the package gets us the correct version number in the built library.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions