File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ from optinist .__main_unit__ import main
2
+
1
3
# run backend main module.
2
4
if __name__ == "__main__" :
3
- from optinist .__main_unit__ import main
4
-
5
5
main ()
Original file line number Diff line number Diff line change 2
2
_MINOR = "3"
3
3
# On main and in a nightly release the patch should be one ahead of the last
4
4
# released build.
5
- _PATCH = "0 "
5
+ _PATCH = "2 "
6
6
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
7
7
# https://semver.org/#is-v123-a-semantic-version for the semantics.
8
8
_SUFFIX = ""
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def take_package_name(name):
53
53
"frontend/build/static/css/*" ,
54
54
"frontend/build/static/js/*" ,
55
55
"frontend/build/static/media/*" ,
56
+ "app_config/*.yaml" ,
56
57
"config/*.yaml" ,
57
58
"conda/*.yaml" ,
58
59
"Snakefile" ,
You can’t perform that action at this time.
0 commit comments