fix links; only upload source dist
This commit is contained in:
parent
ec7385c995
commit
d3b29a68da
2 changed files with 1 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue