We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de1811 commit 0b5e888Copy full SHA for 0b5e888
MANIFEST.in
@@ -7,3 +7,7 @@ recursive-include grim *.txt
7
recursive-include grim *.json
8
recursive-include grim *.pyx
9
recursive-include grim *.pyd
10
+recursive-include conf *.json
11
+recursive-include data *.csv
12
+recursive-include graph_generation *.csv
13
+recursive-include graph_generation *.py
setup.py
@@ -77,10 +77,11 @@
77
include=[
78
"grim",
79
"grim.imputation",
80
- "grim.imputation.imputegl",
81
- "grim.imputation.graph_generation",
82
- "grim.validation",
83
- "grim.conf",
+ "graph_generation",
+ "graph_generation.output",
+ "data",
+ "data.subjects",
84
+ "conf"
85
]
86
),
87
test_suite="tests",
0 commit comments