Files
cachier/setup.cfg
T
Mike Miller 3355fcf702 Fix bdist_wheel
Without this, attempting to build a wheel produces:
```bash
$ python setup.py bdist_wheel
/path/to/venv/lib/python2.7/site-packages/setuptools/dist.py:333: UserWarning: Normalizing '1.2.1.post.dev3' to '1.2.1.post0.dev3'
  normalized_version,
running bdist_wheel
error: invalid truth value ''
```
2017-11-26 14:32:42 +02:00

16 lines
289 B
INI

# [bumpversion]
# current_version = 0.1.18
[bdist_wheel]
# Use this option if your package is pure-python
universal = 1
[versioneer]
VCS = git
style = pep440-pre
versionfile_source = cachier/_version.py
versionfile_build = cachier/_version.py
tag_prefix = v
parentdir_prefix = cachier-