summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 16:53:01 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-01 16:53:01 -0400
commitcb683a4f01e3f8c886184ecc8a9c2db411227c96 (patch)
tree1ee0a1cb9907c59d734a7a6313559ff94c85dba4 /setup.py
parent01eecd913c698430219465cbc60c260aa3adf339 (diff)
downloadpies-cb683a4f01e3f8c886184ecc8a9c2db411227c96.tar.gz
Update pies homepage
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'],