We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a5cbf commit 873562cCopy full SHA for 873562c
1 file changed
setup.py
100644
100755
@@ -10,7 +10,8 @@
10
long_description=open("README").read(),
11
license="Apache License 2.0",
12
url="http://github.com/buriy/python-readability",
13
- packages=find_packages(),
+ package_dir={'': 'readability'},
14
+ packages=find_packages('readability', exclude=["*.tests", "*.tests.*"]),
15
install_requires=[
16
"chardet",
17
"lxml"
0 commit comments