mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Include setup.py when bumping version number
This commit is contained in:
parent
3c8a7c9fd7
commit
0c9e4764ea
1 changed files with 3 additions and 1 deletions
4
bumpr.rc
4
bumpr.rc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue