File tree 4 files changed +12
-7
lines changed
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 19
19
project = "OptiNiSt"
20
20
copyright = f"{ datetime .today ().year } , OIST"
21
21
author = ""
22
- release = "2.0.0 "
22
+ release = "2.0.1 "
23
23
24
24
# -- readthedocs -------------------------------------------------------------
25
25
on_rtd = os .environ .get ("READTHEDOCS" , None ) == "True"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " optinist" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=20.0.0"
6
6
},
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " optinist"
3
3
description = " Calcium Imaging Pipeline Tool"
4
- version = " 2.0.0 "
4
+ version = " 2.0.1 "
5
5
license = " GPL-3.0"
6
6
authors = [" OIST <email@example.com>" ]
7
7
readme = " README.md"
@@ -20,7 +20,7 @@ classifiers = [
20
20
" Operating System :: Microsoft :: Windows" ,
21
21
" Operating System :: MacOS :: MacOS X" ,
22
22
]
23
- packages = [{ include = " studio" }]
23
+ packages = [{ include = " studio" }, { include = " frontend " }, { include = " sample_data " } ]
24
24
25
25
include = [
26
26
" frontend/build/*" ,
@@ -33,14 +33,19 @@ include = [
33
33
" studio/app/*/wrappers/**/*.yaml" ,
34
34
" studio/app/Snakefile" ,
35
35
" studio/config/*.yaml" ,
36
- " sample_data/input/*" ,
37
- " sample_data/output/**/*.yaml" ,
36
+ " sample_data/**/ input/*" ,
37
+ " sample_data/**/ output/**/*.yaml" ,
38
38
]
39
39
exclude = [
40
+ " conda.env.*" ,
40
41
" studio/tests/*" ,
41
42
" studio/test_data/*" ,
42
- " conda.env.*" ,
43
43
" studio/app/optinist/microscopes/libs.zip" ,
44
+ " frontend/node_modules/*" ,
45
+ " frontend/public/*" ,
46
+ " frontend/src/*" ,
47
+ " frontend/*.*" ,
48
+ " sample_data/*.*" ,
44
49
]
45
50
46
51
[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments