File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ def platform_detection(install_binaries=True):
5555
5656# Set some variables (PKGBUILD inspired)
5757DATA_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"
5960URL = "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" : [
You can’t perform that action at this time.
0 commit comments