Skip to content

Commit cf1c8dd

Browse files
committed
Add python_requires and classifier for Python 3.6
1 parent 4dffd7c commit cf1c8dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@
4747
'Programming Language :: Python :: 3.3',
4848
'Programming Language :: Python :: 3.4',
4949
'Programming Language :: Python :: 3.5',
50+
'Programming Language :: Python :: 3.6',
5051
'Topic :: Scientific/Engineering :: Bio-Informatics',
5152
],
53+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
5254
install_requires=[
5355
'Pillow',
5456
],

0 commit comments

Comments
 (0)