inoi / nosedjango

This URL has Read+Write access

nosedjango / Makefile
100644 8 lines (5 sloc) 0.121 kb
1
2
3
4
5
6
7
8
pypi:
python setup.py sdist bdist_egg upload -s
 
clean:
rm -rf dist build *egg-info
find . -name "*.pyc" | xargs rm