diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-04 10:18:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-04 10:18:16 -0400 |
| commit | 071177c7ab5f70020f52fb46a910f3a6ed8c4426 (patch) | |
| tree | 68112e667fb002b2a5e77d5d4daec591a793f3d6 /Makefile | |
| parent | f8549b939ee54085e9d810f9fdd4364611432100 (diff) | |
| download | python-coveragepy-git-071177c7ab5f70020f52fb46a910f3a6ed8c4426.tar.gz | |
A custom setup.py command to fix tarfile permissions. Fixes #54.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
