8000 Merge pull request #19 from EvaSDK/master · appscluster/python-readability@274b60c · GitHub
[go: up one dir, main page]

Skip to content

Commit 274b60c

Browse files
committed
Merge pull request buriy#19 from EvaSDK/master
Package that provides source code
2 parents a19e766 + ea6afd3 commit 274b60c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
setup(
55
name="readability-lxml",
6-
version="0.2.5",
6+
version="0.2.5.1",
77
author="Yuri Baburov",
88
author_email="burchik@gmail.com",
99
description="fast python port of arc90's readability tool",
1010
test_suite = "tests.test_article_only",
1111
long_description=open("README").read(),
1212
license="Apache License 2.0",
1313
url="http://github.com/buriy/python-readability",
14-
package_dir={'': 'readability'},
15-
packages=find_packages('readability', exclude=["*.tests", "*.tests.*"]),
14+
packages=['readability'],
1615
install_requires=[
1716
"chardet",
1817
"lxml"

0 commit comments

Comments
 (0)
0