File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def platform_detection(install_binaries=True):
3131
3232# Set some variables (PKGBUILD inspired)
3333DATA_FILES = platform_detection ()
34- VERSION = "0.2.0 "
34+ VERSION = "0.2.1 "
3535URL = "https://github.com/StuntsPT/Structure_threader"
3636
3737
@@ -56,7 +56,10 @@ def platform_detection(install_binaries=True):
5656 "GPLv3)" ,
5757 "Natural Language :: English" ,
5858 "Operating System :: POSIX :: Linux" ,
59- "Topic :: Scientific/Engineering :: Bio-Informatics" ],
59+ "Topic :: Scientific/Engineering :: Bio-Informatics" ,
60+ "Programming Language :: Python :: 3 :: Only" ,
61+ "Programming Language :: Python :: 3.4" ,
62+ "Programming Language :: Python :: 3.5" ],
6063 data_files = DATA_FILES ,
6164 entry_points = {
6265 "console_scripts" : [
You can’t perform that action at this time.
0 commit comments