renamed to django-tables2
[django-tables2.git] / setup.py
index 68c1132a61aec8a7ece41ee57375c174188277b7..496a2a0be2749439f24a8608a3e28bbd72a0911f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,14 +3,14 @@ from setuptools import setup, find_packages
 
 
 setup(
-    name='django-tables',
-    version='0.5.1',
+    name='django-tables2',
+    version='0.6.0.dev',
     description='Table framework for Django',
 
     author='Bradley Ayers',
     author_email='bradley.ayers@gmail.com',
     license='Simplified BSD',
-    url='https://github.com/bradleyayers/django-tables/',
+    url='https://github.com/bradleyayers/django-tables2/',
 
     packages=find_packages(exclude=['tests.*', 'tests', 'example.*', 'example']),
     include_package_data=True,  # declarations in MANIFEST.in