Added test suite to setup.py

Bump to version 0.2.4
pull/17/merge
Yuri Baburov 12 years ago
parent a1ae4eaf72
commit 7338e9ef63

@ -3,10 +3,11 @@ from setuptools import setup, find_packages
setup( setup(
name="readability-lxml", name="readability-lxml",
version="0.2.3", version="0.2.4",
author="Yuri Baburov", author="Yuri Baburov",
author_email="burchik@gmail.com", author_email="burchik@gmail.com",
description="fast python port of arc90's readability tool", description="fast python port of arc90's readability tool",
test_suite = "tests.test_article_only",
long_description=open("README").read(), long_description=open("README").read(),
license="Apache License 2.0", license="Apache License 2.0",
url="http://github.com/buriy/python-readability", url="http://github.com/buriy/python-readability",

Loading…
Cancel
Save