Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11850ff

Browse files
committed
tests shuffle, correct classifiers
1 parent c889199 commit 11850ff

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@
4545
'Intended Audience :: Developers',
4646
'Operating System :: OS Independent',
4747
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
48-
'Programming Language :: Python',
4948
'Topic :: Text Processing',
49+
"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',
5055
],
5156
test_suite='tests',
5257
tests_require=test_requirements,

tests/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)