diff setup.py @ 1141:42e53ebb6288

fixed manifest, and changed info site
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 17 Mar 2011 02:47:07 +0100
parents 49032f99b4ab
children c5af1d3c861f
line wrap: on
line diff
--- a/setup.py	Thu Mar 17 02:42:10 2011 +0100
+++ b/setup.py	Thu Mar 17 02:47:07 2011 +0100
@@ -78,7 +78,7 @@
     license='BSD',
     author='Marcin Kuzminski',
     author_email='marcin@python-works.com',
-    url='http://hg.python-works.com',
+    url='http://rhodecode.org',
     install_requires=requirements,
     classifiers=classifiers,
     setup_requires=["PasteScript>=1.6.3"],