Merge branch 'master' of git://github.com/stephane/django-pagination
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Mon, 13 Jun 2011 12:54:16 +0000 (14:54 +0200)
committerZygmunt Bazyli Krynicki <Zygmunt Krynicki zygmunt.krynicki@linaro.org>
Mon, 13 Jun 2011 12:54:16 +0000 (14:54 +0200)
Conflicts:
MANIFEST.in
setup.py

CONTRIBUTORS.txt
MANIFEST.in
setup.py

index ce3e326..b29e1e5 100644 (file)
@@ -1,3 +1,5 @@
+There are a lot more contributors, please check the git history for details.
+
 Eric Florenzano <floguy@gmail.com>
 Martin Mahner <martin@mahner.org>
-James Tauber <jtauber@gmail.com>
\ No newline at end of file
+James Tauber <jtauber@gmail.com>
index 471e508..ff6e35d 100644 (file)
@@ -1,5 +1,5 @@
-include LICENSE.txt
+include COPYING 
 include CONTRIBUTORS.txt
 recursive-include docs *
-recursive-include pagination/templates/pagination *.html
-recursive-include pagination/locale *
\ No newline at end of file
+recursive-include linaro_django_pagination/templates/pagination *.html
+recursive-include linaro_django_pagination/locale *.po
index 66a3976..fd5760c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,6 @@
 #!/usr/bin/env python
 from setuptools import setup, find_packages
 
-version = '1.0.7.1'
-
 setup(
     name='linaro-django-pagination',
     version=version,
@@ -15,7 +13,7 @@ setup(
         "Environment :: Web Environment",
     ],
     keywords='pagination,django',
-    author='Eric Florenzano',
+    author='Zygmunt Krynicki',
     author_email='zygmunt.krynicki@linaro.org',
     url='http://launchpad.net/linaro-django-pagination/',
     license='BSD',