Skip to content

Commit 25484b4

Browse files
committed
added mainfest
1 parent 789464f commit 25484b4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include elevation_mapping_cupy/*.yaml
2+
recursive-include elevation_mapping_cupy/*.dat

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
],
2323
python_requires=">=3.7",
2424
include_package_data=True,
25+
package_data={
26+
"elevation_mapping_cupy": [
27+
"config/*",
28+
"*.yaml",
29+
"*.yml",
30+
],
31+
},
2532
)
2633

2734
# Original versions used

0 commit comments

Comments
 (0)