From 9b62a141faf41e058d2def50e0dce90fe91ffca9 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Thu, 3 Oct 2024 23:26:14 +0200 Subject: [PATCH] Include assets when installing --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22dd86f..dbce7cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,4 +28,13 @@ dependencies = [ Homepage = "https://git.dominik-roth.eu/dodox/nucon" [project.optional-dependencies] -dev = ["pytest"] \ No newline at end of file +dev = ["pytest"] +rl = ["gymnasium", "numpy"] +model = ["torch", "numpy"] +drake = ["Pillow"] + +[tool.setuptools.package-data] +"nucon" = ["drake_assets/*"] + +[tool.setuptools] +include-package-data = true \ No newline at end of file