From: Zygmunt Krynicki Date: Mon, 13 Jun 2011 12:54:16 +0000 (+0200) Subject: Merge branch 'master' of git://github.com/stephane/django-pagination X-Git-Tag: release-2.0~26 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/7f5e87b3900b780fce0dcbe9e11e9c191af03571?hp=5cef3f80baa913c0c2263d2d9e751546b3a72c94 Merge branch 'master' of git://github.com/stephane/django-pagination Conflicts: MANIFEST.in setup.py --- diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index ce3e326..b29e1e5 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -1,3 +1,5 @@ +There are a lot more contributors, please check the git history for details. + Eric Florenzano Martin Mahner -James Tauber \ No newline at end of file +James Tauber diff --git a/MANIFEST.in b/MANIFEST.in index 471e508..ff6e35d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/setup.py b/setup.py index 66a3976..fd5760c 100755 --- 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',