Skip to content

Commit 396a8c1

Browse files
committed
Update setup.py with python 3 info
1 parent 9c664ac commit 396a8c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@
4040
'Natural Language :: English',
4141
'Operating System :: POSIX :: Linux',
4242
'Programming Language :: Python',
43-
'Programming Language :: Python :: 2 :: Only',
43+
'Programming Language :: Python :: 2',
44+
'Programming Language :: Python :: 3',
4445
'Programming Language :: Python :: 2.7',
46+
'Programming Language :: Python :: 3.4',
4547
'Topic :: Scientific/Engineering',
4648
'Topic :: Scientific/Engineering :: Bio-Informatics',
4749
'Topic :: Scientific/Engineering :: Chemistry',

0 commit comments

Comments
 (0)