Include setup.py when bumping version number

This commit is contained in:
Justin Mayer 2015-06-14 09:57:57 -07:00
commit 0c9e4764ea

View file

@ -6,7 +6,9 @@ clean =
rm -rf *egg-info build dist rm -rf *egg-info build dist
tests = python -m unittest discover tests = python -m unittest discover
publish = python setup.py sdist bdist_wheel register upload publish = python setup.py sdist bdist_wheel register upload
files = README.rst files =
README.rst
setup.py
[bump] [bump]
unsuffix = true unsuffix = true