fix links; only upload source dist

This commit is contained in:
Tobias Oberstein 2015-11-16 18:12:56 +01:00
parent ec7385c995
commit d3b29a68da
2 changed files with 1 additions and 3 deletions

View file

@ -11,8 +11,6 @@ clean:
publish: clean publish: clean
python setup.py register python setup.py register
python setup.py sdist upload python setup.py sdist upload
python setup.py bdist_egg upload
python setup.py bdist_wininst upload
test_version: test_version:
PYTHONPATH=. python -m scour.scour --version PYTHONPATH=. python -m scour.scour --version

View file

@ -50,7 +50,7 @@ setup (
license = 'Apache License 2.0', license = 'Apache License 2.0',
author = 'Jeff Schiller', author = 'Jeff Schiller',
author_email = 'codedread@gmail.com', author_email = 'codedread@gmail.com',
url = 'https://github.com/oberstet/scour', url = 'https://github.com/codedread/scour',
platforms = ('Any'), platforms = ('Any'),
install_requires = ['six>=1.9.0'], install_requires = ['six>=1.9.0'],
packages = find_packages(), packages = find_packages(),