fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git://github.com/maraujop/django-pagination
[django-pagination.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
old mode 100644
(file)
new mode 100755
(executable)
index
203b548
..
66a3976
--- a/
setup.py
+++ b/
setup.py
@@
-1,15
+1,13
@@
-import ez_setup
-ez_setup.use_setuptools()
-
+#!/usr/bin/env python
from setuptools import setup, find_packages
from setuptools import setup, find_packages
-version = '1.0'
+version = '1.0
.7.1
'
setup(
setup(
- name='pagination',
+ name='
linaro-django-
pagination',
version=version,
version=version,
- description="django-pagination",
- long_description=open("
docs/usage.txt
").read(),
+ description="
linaro-
django-pagination",
+ long_description=open("
README
").read(),
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
classifiers=[
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
@@
-18,11
+16,10
@@
setup(
],
keywords='pagination,django',
author='Eric Florenzano',
],
keywords='pagination,django',
author='Eric Florenzano',
- author_email='
floguy@gmail.com
',
- url='http://
www.eflorenzano.com
/',
+ author_email='
zygmunt.krynicki@linaro.org
',
+ url='http://
launchpad.net/linaro-django-pagination
/',
license='BSD',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
license='BSD',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
- install_requires=['setuptools'],
)
)