diff --git a/Makefile b/Makefile index 3585231..bc870ee 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,6 @@ clean: publish: clean python setup.py register python setup.py sdist upload - python setup.py bdist_egg upload - python setup.py bdist_wininst upload test_version: PYTHONPATH=. python -m scour.scour --version diff --git a/setup.py b/setup.py index cfb066a..73f7e6a 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup ( license = 'Apache License 2.0', author = 'Jeff Schiller', author_email = 'codedread@gmail.com', - url = 'https://github.com/oberstet/scour', + url = 'https://github.com/codedread/scour', platforms = ('Any'), install_requires = ['six>=1.9.0'], packages = find_packages(),