cleanups; bump version
This commit is contained in:
parent
27d5cd3881
commit
e903475289
4 changed files with 26 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -13,3 +13,9 @@ publish: clean
|
|||
python setup.py sdist upload
|
||||
python setup.py bdist_egg upload
|
||||
python setup.py bdist_wininst upload
|
||||
|
||||
test_version:
|
||||
PYTHONPATH=. python -m scour.scour --version
|
||||
|
||||
test_help:
|
||||
PYTHONPATH=. python -m scour.scour --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue