Skip to content

Commit 07b61d3

Browse files
committed
MAINT: simplify source-release make target
1 parent 5e62353 commit 07b61d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ bdist-egg-tests:
8080
$(PYTHON) -c 'from nisext.testers import bdist_egg_tests; bdist_egg_tests("nipy")'
8181

8282
source-release: distclean
83-
$(PYTHON) -m compileall .
84-
make distclean
85-
$(PYTHON) setup.py sdist --formats=gztar,zip
83+
$(PYTHON) setup.py sdist
8684

8785
venv-tests:
8886
# I use this for python2.5 because the sdist-tests target doesn't work

0 commit comments

Comments
 (0)