mirror of
https://github.com/wassname/cachier.git
synced 2026-08-21 11:13:21 +08:00
18 lines
323 B
INI
18 lines
323 B
INI
# [bumpversion]
|
|
# current_version = 0.1.18
|
|
|
|
[bdist_wheel]
|
|
# Use this option if your package is pure-python
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440-pre
|
|
versionfile_source = cachier/_version.py
|
|
versionfile_build = cachier/_version.py
|
|
tag_prefix = v
|
|
parentdir_prefix = cachier-
|