Skip to content

Commit 0f87e11

Browse files
committed
Slightly tweaked setup.py for pypi integration.
1 parent fc67856 commit 0f87e11

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def platform_detection(install_binaries=True):
3131

3232
# Set some variables (PKGBUILD inspired)
3333
DATA_FILES = platform_detection()
34-
VERSION = "0.2.0"
34+
VERSION = "0.2.1"
3535
URL = "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": [

0 commit comments

Comments
 (0)