Skip to content

Commit 659ef94

Browse files
committed
Added Makefile to handle proper permissions in releases
1 parent 020d6ff commit 659ef94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
release:
2+
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
3+
14
test :
25
python pycodestyle.py --testsuite testsuite
36

0 commit comments

Comments
 (0)