Skip to content

Commit 0b5e888

Browse files
committed
Adjusting the import and default paths to the current directories
1 parent 6de1811 commit 0b5e888

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ recursive-include grim *.txt
77
recursive-include grim *.json
88
recursive-include grim *.pyx
99
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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@
7777
include=[
7878
"grim",
7979
"grim.imputation",
80-
"grim.imputation.imputegl",
81-
"grim.imputation.graph_generation",
82-
"grim.validation",
83-
"grim.conf",
80+
"graph_generation",
81+
"graph_generation.output",
82+
"data",
83+
"data.subjects",
84+
"conf"
8485
]
8586
),
8687
test_suite="tests",

0 commit comments

Comments
 (0)