Permalink
Browse files
setup.py: Add classifiers for newer Python versions
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
setup.py
|
|
@@ -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