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 e6b3ca0180
commit 92d14d4a03
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