diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2013-09-01 21:01:22 -0400 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2013-09-01 21:01:22 -0400 |
commit | 3dfe07d69dc9d9def3e42d1bd22f7a47e2586001 (patch) | |
tree | 0478ab04bb53f8e826ef5875e7b09ba4ed9061f4 /setup.py | |
parent | 3ae5508f5d5fc8dc6ec33607074aa1e41e032a0c (diff) | |
parent | ff22d4721b4c9753122d6641c29e92d8ba09f876 (diff) | |
download | pies-1.0.1.tar.gz |
Version 1.0.11.0.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,11 +3,11 @@ 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', - 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'], |