summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
commit071177c7ab5f70020f52fb46a910f3a6ed8c4426 (patch)
tree68112e667fb002b2a5e77d5d4daec591a793f3d6 /Makefile
parentf8549b939ee54085e9d810f9fdd4364611432100 (diff)
downloadpython-coveragepy-git-071177c7ab5f70020f52fb46a910f3a6ed8c4426.tar.gz
A custom setup.py command to fix tarfile permissions. Fixes #54.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56d4f9d3..bae4192a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ clean:
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -rf doc/_build/*
-LINTABLE = coverage setup.py test
+LINTABLE = coverage setup.py test distcmd
lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
@@ -46,7 +46,7 @@ $(TEST_EGG): test/eggsrc/setup.py test/eggsrc/egg1/egg1.py
cd test/eggsrc; python setup.py -q bdist_egg
kit:
- python setup.py sdist --formats=gztar
+ python setup.py --command-packages=distcmd sdist --keep-temp --formats=gztar fixtar
python setup.py bdist_wininst
pypi: