Permalink
Browse files

setup.py: Add classifiers for newer Python versions

  • Loading branch information...
1 parent 9a861ff commit 1a411040b63cf032f6e9e269409818a1179d7eef @bgilbert bgilbert committed Jun 12, 2016
Showing with 2 additions and 0 deletions.
  1. +2 −0 setup.py
View
@@ -45,6 +45,8 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
install_requires=[

0 comments on commit 1a41104

Please sign in to comment.