Skip to content

Commit

Permalink
Added Makefile to handle proper permissions in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed Nov 14, 2016
1 parent 020d6ff commit 659ef94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
release:
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel

test :
python pycodestyle.py --testsuite testsuite

Expand Down

0 comments on commit 659ef94

Please sign in to comment.