We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa6de4 commit b723696Copy full SHA for b723696
1 file changed
setup.py
@@ -55,7 +55,8 @@ def platform_detection(install_binaries=True):
55
56
# Set some variables (PKGBUILD inspired)
57
DATA_FILES = platform_detection()
58
-VERSION = "1.2.15"
+DATA_FILES[0][1].append("structure_threader/wrappers/alstructure_wrapper.R")
59
+VERSION = "1.3.0"
60
URL = "https://gitlab.com/StuntsPT/Structure_threader"
61
62
@@ -89,7 +90,8 @@ def platform_detection(install_binaries=True):
89
90
"Programming Language :: Python :: 3 :: Only",
91
"Programming Language :: Python :: 3.4",
92
"Programming Language :: Python :: 3.5",
- "Programming Language :: Python :: 3.6"],
93
+ "Programming Language :: Python :: 3.6",
94
+ "Programming Language :: Python :: 3.7"],
95
data_files=DATA_FILES,
96
entry_points={
97
"console_scripts": [
0 commit comments