Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c889199 commit 11850ffCopy full SHA for 11850ff
3 files changed
setup.py
@@ -45,8 +45,13 @@
45
'Intended Audience :: Developers',
46
'Operating System :: OS Independent',
47
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
48
- 'Programming Language :: Python',
49
'Topic :: Text Processing',
+ "Programming Language :: Python :: 2",
50
+ 'Programming Language :: Python :: 2.6',
51
+ 'Programming Language :: Python :: 2.7',
52
+ 'Programming Language :: Python :: 3',
53
+ 'Programming Language :: Python :: 3.3',
54
+ 'Programming Language :: Python :: 3.4',
55
],
56
test_suite='tests',
57
tests_require=test_requirements,
tests/__init__.py
bidi/tests.py tests/test_bidi.pybidi/tests.py renamed to tests/test_bidi.py
0 commit comments