Merge pull request #19 from EvaSDK/master

Package that provides source code
pull/20/head
Yuri Baburov 12 years ago
commit 274b60cdb1

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup( setup(
name="readability-lxml", name="readability-lxml",
version="0.2.5", version="0.2.5.1",
author="Yuri Baburov", author="Yuri Baburov",
author_email="burchik@gmail.com", author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool", description="fast python port of arc90's readability tool",
@ -11,8 +11,7 @@ setup(
long_description=open("README").read(), long_description=open("README").read(),
license="Apache License 2.0", license="Apache License 2.0",
url="http://github.com/buriy/python-readability", url="http://github.com/buriy/python-readability",
package_dir={'': 'readability'}, packages=['readability'],
packages=find_packages('readability', exclude=["*.tests", "*.tests.*"]),
install_requires=[ install_requires=[
"chardet", "chardet",
"lxml" "lxml"

Loading…
Cancel
Save