From cb683a4f01e3f8c886184ecc8a9c2db411227c96 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 1 Sep 2013 16:53:01 -0400 Subject: Update pies homepage --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 981a876..457477b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pies', description='The simplest way to write one program that runs on both Python 2 and Python 3.', author='Timothy Crosley', author_email='timothy.crosley@gmail.com', - url='http://www.simpleinnovation.org/', + url='https://github.com/timothycrosley/pies', download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-1.0.0.tar.gz?raw=true', license="GNU GPLv2", install_requires=['ordereddict'], -- cgit v1.2.1 From 3cfb6d7b934284bb8f11ef9278d01ec3bb4b24c9 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 1 Sep 2013 20:55:45 -0400 Subject: Imporved readme, import py 2.6+ futures --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 457477b..613d8b1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='pies', - version='1.0.0', + version='1.0.1', description='The simplest way to write one program that runs on both Python 2 and Python 3.', author='Timothy Crosley', author_email='timothy.crosley@gmail.com', -- cgit v1.2.1