8000 Make sure code is actually distributed · littletao08/python-readability@ea6afd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ea6afd3

Browse files
committed
Make sure code is actually distributed
1 parent a19e766 commit ea6afd3

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