Updated setup.py to my fork, changed package name to lxml-readability

pull/1/merge
Yuri Baburov 13 years ago
parent 43c34bacc1
commit 7a1e063c22

@ -3,15 +3,15 @@ from distutils.core import setup
setup( setup(
name="python-readability", name="lxml-readability",
author="Tim Cuthbertson", author="Yuri Baburov",
author_email="tim3d.junk+github@gmail.com", author_email="burchik+github@gmail.com",
description="python port of arc90's readability bookmarklet", description="python port of arc90's readability bookmarklet",
long_description=open("README").read(), long_description=open("README").read(),
license="Apache License 2.0", license="Apache License 2.0",
url="http://github.com/gfxmonk/python-readability", url="http://github.com/buriy/python-readability",
packages=[ packages=[
"readability", "lxml_readability",
], ],
classifiers=[ classifiers=[
"Environment :: Web Environment", "Environment :: Web Environment",

Loading…
Cancel
Save