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", license="Apache License 2.0",
url="http://github.com/buriy/python-readability", url="http://github.com/buriy/python-readability",
packages=find_packages(), packages=find_packages(),
install_requires=[
"chardet"
],
classifiers=[ classifiers=[
"Environment :: Web Environment", "Environment :: Web Environment",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
], ],
) )

Loading…
Cancel
Save