From d3b29a68da5a4a236e2f4dde3f4c65a6e74074c0 Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Mon, 16 Nov 2015 18:12:56 +0100 Subject: [PATCH] fix links; only upload source dist --- Makefile | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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(),