diff setup.py @ 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 c6b79a60b3f1
children 74af5dd2ae36
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'},