文件名称:python-gitversion:这个包允许你使用 git 标签来版本 python 项目
文件大小:32KB
文件格式:ZIP
更新时间:2024-08-01 20:26:37
Python
python-gitversion
这个包允许你使用 git 标签来版本 python 项目。
用法
setup.py :
from < package> . version import __VERSION__
setup ( version = __VERSION__ , ...)
【文件预览】:
python-gitversion-master
----setup.py(1KB)
----.gitignore(315B)
----.travis.yml(217B)
----MANIFEST.in(33B)
----LICENSE(34KB)
----stdeb.cfg(36B)
----README.rst(1KB)
----test_data()
--------normal()
--------extracommit()
----tests.py(2KB)
----gitversion()
--------__init__.py(2KB)
--------version.py(123B)