changeset 5:e0bff9c3f12f

Replaced url in setup.py to point to the project. Thanks, Eric.
author mcroydon
date Thu, 08 Jan 2009 08:08:08 +0000
parents 7f31724905d3
children 6a05de0f37c1
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Jan 08 08:06:13 2009 +0000
+++ b/setup.py	Thu Jan 08 08:08:08 2009 +0000
@@ -7,7 +7,7 @@
       description='A lowest-common-denominator API for interacting with lightweight queue services.',
       author='Matt Croydon',
       author_email='mcroydon@gmail.com',
-      url='http://postneo.com', # TODO: Fixme
+      url='http://code.google.com/p/queues/',
       packages=['queues', 'queues.backends'],
       py_modules=['test'],
       package_dir={'queues': 'queues'},