* oops, missing comma broke previous commit.
authorDavid Gowers <[email protected]>
Thu, 1 Jan 2009 02:56:45 +0000 (1 13:26 +1030)
committerDavid Gowers <[email protected]>
Thu, 1 Jan 2009 02:56:45 +0000 (1 13:26 +1030)
setup.py

index d3805ba..e0da999 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(name='pyion',
       author='David Gowers',
       author_email='[email protected]',
       url='http://pypi.python.org/pypy/pyion',
-      download_url='http://repo.or.cz/pyion.git'
+      download_url='http://repo.or.cz/pyion.git',
       license='GPLv3',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'doc']),
       include_package_data=True,