8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a19e766 + ea6afd3 commit 274b60cCopy full SHA for 274b60c
setup.py
@@ -3,16 +3,15 @@
3
4
setup(
5
name="readability-lxml",
6
- version="0.2.5",
+ version="0.2.5.1",
7
author="Yuri Baburov",
8
author_email="burchik@gmail.com",
9
description="fast python port of arc90's readability tool",
10
test_suite = "tests.test_article_only",
11
long_description=open("README").read(),
12
license="Apache License 2.0",
13
url="http://github.com/buriy/python-readability",
14
- package_dir={'': 'readability'},
15
- packages=find_packages('readability', exclude=["*.tests", "*.tests.*"]),
+ packages=['readability'],
16
install_requires=[
17
"chardet",
18
"lxml"
0 commit comments