Include assets when installing
This commit is contained in:
parent
70ed9d38ed
commit
9b62a141fa
@ -29,3 +29,12 @@ Homepage = "https://git.dominik-roth.eu/dodox/nucon"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest"]
|
||||
rl = ["gymnasium", "numpy"]
|
||||
model = ["torch", "numpy"]
|
||||
drake = ["Pillow"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"nucon" = ["drake_assets/*"]
|
||||
|
||||
[tool.setuptools]
|
||||
include-package-data = true
|
Loading…
Reference in New Issue
Block a user