summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-09 10:39:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-09 10:39:04 -0400
commit6d088b28e46378e8fa7fa2f0f0b97d01982bfa2c (patch)
treeccd04c669dc6d94b665fec09fcb645924ae43915 /Makefile
parent269b14140e14f39c3d87bb1163e4dbdef81eaf20 (diff)
downloadpython-coveragepy-6d088b28e46378e8fa7fa2f0f0b97d01982bfa2c.tar.gz
Moved fixtar into its own project: http://bitbucket.org/ned/fixtar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bae4192..0cacacc 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 distcmd
+LINTABLE = coverage setup.py test
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 --command-packages=distcmd sdist --keep-temp --formats=gztar fixtar
+ python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean
python setup.py bdist_wininst
pypi: