|
14 | 14 |
|
15 | 15 | setup( |
16 | 16 | name="readability-lxml", |
17 | | - version="0.6", |
| 17 | + version="0.6.0.3", |
18 | 18 | author="Yuri Baburov", |
19 | 19 | |
20 | 20 | description="fast python port of arc90's readability tool", |
21 | 21 | test_suite = "tests.test_article_only", |
22 | 22 | long_description=open("README").read(), |
23 | 23 | license="Apache License 2.0", |
24 | 24 | url="http://github.com/buriy/python-readability", |
25 | | - packages=['readability'], |
| 25 | + packages=['readability', 'readability.compat'], |
26 | 26 | install_requires=[ |
27 | 27 | "chardet", |
28 | 28 | lxml_requirement, |
|
32 | 32 | "Environment :: Web Environment", |
33 | 33 | "Intended Audience :: Developers", |
34 | 34 | "Operating System :: OS Independent", |
| 35 | + "Topic :: Text Processing :: Indexing", |
| 36 | + "Topic :: Utilities", |
| 37 | + "Topic :: Internet", |
| 38 | + "Topic :: Software Development :: Libraries :: Python Modules", |
35 | 39 | "Programming Language :: Python", |
36 | | - ], |
| 40 | + "Programming Language :: Python :: 2", |
| 41 | + "Programming Language :: Python :: 2.6", |
| 42 | + "Programming Language :: Python :: 2.7", |
| 43 | + "Programming Language :: Python :: 3", |
| 44 | + "Programming Language :: Python :: 3.3", |
| 45 | + "Programming Language :: Python :: 3.4", |
| 46 | + |
| 47 | + ], |
37 | 48 | ) |
0 commit comments