From 7a1e063c22d5fe9865b2ffeb860ac62f025795b5 Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Sat, 25 Jun 2011 23:14:01 -0700 Subject: [PATCH] Updated setup.py to my fork, changed package name to lxml-readability --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index a027449..3df9c6d --- a/setup.py +++ b/setup.py @@ -3,15 +3,15 @@ from distutils.core import setup setup( - name="python-readability", - author="Tim Cuthbertson", - author_email="tim3d.junk+github@gmail.com", + name="lxml-readability", + author="Yuri Baburov", + author_email="burchik+github@gmail.com", description="python port of arc90's readability bookmarklet", long_description=open("README").read(), license="Apache License 2.0", - url="http://github.com/gfxmonk/python-readability", + url="http://github.com/buriy/python-readability", packages=[ - "readability", + "lxml_readability", ], classifiers=[ "Environment :: Web Environment",