From 4fde800924fcd193097774a4bb93db812f3d6807 Mon Sep 17 00:00:00 2001 From: steph Date: Thu, 25 Feb 2010 15:29:41 +0100 Subject: [PATCH] added empty readme and fixed url. --- README.rst | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 87e00af..e260523 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description='A FormWizard for Django with multiple storage backends', author='Stephan Jaekel', author_email='steph@rdev.info', - url='http://bitbucket.org/stephrdev/django-formwizard/src/', + url='http://github.com/stephrdev/django-formwizard/', packages=find_packages(), classifiers=[ 'Development Status :: 3 - Alpha',