Add chardet to installation requirements

pull/9/head
Jerry Charumilind 13 years ago committed by Yuri Baburov
parent 8c1adc5141
commit ad38fac40a

@ -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