Remove README.txt too

This commit is contained in:
Paul Makepeace 2013-10-10 16:42:29 +05:00
parent bbd4d84c96
commit c9fbc66e8e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ install:
clean:
find . -name '*.pyc' | xargs rm -f
# XXX is there some way of having setup.py clean up its junk?
rm -rf README.html build dist refine_client.egg-info distribute-*
rm -rf README.{html,txt} build dist refine_client.egg-info distribute-*
upload: clean
python setup.py sdist upload