-
- Downloads
refactor versioning scheme
the central versioning file is now _postpic_version.py. It will be called by setup.py as well as by postpic itself. _postpic_version.py will try to retrieve the version info from git first. If that fails it will try to access a version fiel _version.txt, which will be written, whenever getting the version from git succeds.
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- MANIFEST.in 2 additions, 0 deletionsMANIFEST.in
- _postpic_version.py 1 addition, 0 deletions_postpic_version.py
- postpic/__init__.py 2 additions, 32 deletionspostpic/__init__.py
- postpic/_postpic_version.py 103 additions, 0 deletionspostpic/_postpic_version.py
- setup.py 10 additions, 1 deletionsetup.py
_postpic_version.py
0 → 120000
postpic/_postpic_version.py
0 → 100644
Please register or sign in to comment