Skip to content

Commit 299a097

Browse files
committed
update classifiers
1 parent 2a0140c commit 299a097

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
'Intended Audience :: Developers',
2929
'Topic :: Software Development :: Libraries :: Python Modules',
3030
'Programming Language :: Python :: 3 :: Only',
31+
'Programming Language :: Python :: 3.3',
32+
'Programming Language :: Python :: 3.4',
33+
'Programming Language :: Python :: 3.5',
34+
'Programming Language :: Python :: 3.6',
3135
'License :: OSI Approved :: MIT License',
3236
],
3337
packages = find_packages(exclude=['docs', 'tests', 'tests.*']),

0 commit comments

Comments
 (0)