Skip to content

Commit b723696

Browse files
committed
Adds the AlStructure_wrapper.R to the bin dir. Bumps version to 1.3.0
1 parent 8aa6de4 commit b723696

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def platform_detection(install_binaries=True):
5555

5656
# Set some variables (PKGBUILD inspired)
5757
DATA_FILES = platform_detection()
58-
VERSION = "1.2.15"
58+
DATA_FILES[0][1].append("structure_threader/wrappers/alstructure_wrapper.R")
59+
VERSION = "1.3.0"
5960
URL = "https://gitlab.com/StuntsPT/Structure_threader"
6061

6162

@@ -89,7 +90,8 @@ def platform_detection(install_binaries=True):
8990
"Programming Language :: Python :: 3 :: Only",
9091
"Programming Language :: Python :: 3.4",
9192
"Programming Language :: Python :: 3.5",
92-
"Programming Language :: Python :: 3.6"],
93+
"Programming Language :: Python :: 3.6",
94+
"Programming Language :: Python :: 3.7"],
9395
data_files=DATA_FILES,
9496
entry_points={
9597
"console_scripts": [

0 commit comments

Comments
 (0)