Add chardet to installation requirements

0.3.0.dev
Jerry Charumilind 13 years ago
parent 33f935e39a
commit 01247903b8

@ -11,10 +11,13 @@ setup(
license="Apache License 2.0",
url="http://github.com/buriy/python-readability",
packages=find_packages(),
install_requires=[
"chardet"
],
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
],
],
)

Loading…
Cancel
Save