This repository has been archived by the owner on Apr 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version. Now considered stable.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ | |
|
||
setup( | ||
name='django-bootstrap-pagination', | ||
version='0.1.11', | ||
version='1.0', | ||
keywords="django bootstrap pagination templatetag", | ||
author=u'Jason McClellan', | ||
author_email='[email protected]', | ||
packages=find_packages(), | ||
url='https://github.com/jmcclell/django-bootstrap-pagination', | ||
license='MIT licence, see LICENCE', | ||
description='Render Django Page objects as Bootstrap Pagination compatible HTML', | ||
description='Render Django Page objects as Bootstrap 2.x Pagination compatible HTML', | ||
long_description=readme_text.encode('UTF-8'), | ||
zip_safe=False, | ||
include_package_data=True, | ||
classifiers=[ | ||
"Development Status :: 3 - Alpha", | ||
"Development Status :: 5 - Production/Stable", | ||
"Framework :: Django", | ||
"Intended Audience :: Developers", | ||
"License :: OSI Approved :: MIT License", | ||
|