django-axes/Makefile

14 lines
303 B
Makefile
Raw Normal View History

2015-02-11 17:04:06 +00:00
all: clean check-manifest pyroma viewdoc
2014-10-05 13:17:54 +00:00
clean:
if [ -e .long-description.html ]; then rm .long-description.html ; fi
check-manifest:
check-manifest
viewdoc:
viewdoc
2015-02-11 17:04:06 +00:00
pyroma:
pyroma .
testrelease:
python setup.py sdist --format=zip upload -r test
release:
python setup.py sdist --format=zip upload