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 789464f commit 25484b4Copy full SHA for 25484b4
MANIFEST.in
@@ -0,0 +1,2 @@
1
+recursive-include elevation_mapping_cupy/*.yaml
2
+recursive-include elevation_mapping_cupy/*.dat
setup.py
@@ -22,6 +22,13 @@
22
],
23
python_requires=">=3.7",
24
include_package_data=True,
25
+ package_data={
26
+ "elevation_mapping_cupy": [
27
+ "config/*",
28
+ "*.yaml",
29
+ "*.yml",
30
+ ],
31
+ },
32
)
33
34
# Original versions used
0 commit comments