Skip to content

Commit 3e9fbca

Browse files
authored
Merge pull request #34 from hugovk/patch-2
Add python_requires and classifier for Python 3.6
2 parents 13ffa16 + ab68160 commit 3e9fbca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,19 @@
3636
'Operating System :: Microsoft :: Windows',
3737
'Operating System :: POSIX :: Linux',
3838
'Programming Language :: Python',
39+
'Programming Language :: Python :: 2',
3940
'Programming Language :: Python :: 2.6',
4041
'Programming Language :: Python :: 2.7',
42+
'Programming Language :: Python :: 3',
4143
'Programming Language :: Python :: 3.3',
4244
'Programming Language :: Python :: 3.4',
4345
'Programming Language :: Python :: 3.5',
46+
'Programming Language :: Python :: 3.6',
47+
'Programming Language :: Python :: 3.7',
48+
'Programming Language :: Python :: 3.8',
4449
'Topic :: Scientific/Engineering :: Bio-Informatics',
4550
],
51+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
4652
install_requires=[
4753
'Pillow',
4854
],

0 commit comments

Comments
 (0)