Fix permission and set umask before generating sdist tarball

This commit is contained in:
Daniel Graña 2013-09-03 23:21:29 -03:00
parent 7811b4c01c
commit 06149e0543
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@ clean:
git checkout debian scrapy/VERSION
git clean -dfq
pypi:
umask 0022 && chmod -R a+rX . && python setup.py sdist upload
.PHONY: clean test build