Spaces:
Sleeping
Sleeping
burtenshaw
commited on
Commit
·
3efe9a1
1
Parent(s):
72f5a1d
restore toml
Browse files- pyproject.toml +8 -2
pyproject.toml
CHANGED
|
@@ -42,5 +42,11 @@ dev = [
|
|
| 42 |
server = "RLVE_Gym.server.app:main"
|
| 43 |
|
| 44 |
[tool.setuptools]
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
server = "RLVE_Gym.server.app:main"
|
| 43 |
|
| 44 |
[tool.setuptools]
|
| 45 |
+
include-package-data = true
|
| 46 |
+
|
| 47 |
+
[tool.setuptools.package-dir]
|
| 48 |
+
RLVE_Gym = "."
|
| 49 |
+
RLVE_Gym.server = "server"
|
| 50 |
+
|
| 51 |
+
[tool.setuptools.packages.find]
|
| 52 |
+
include = ["RLVE_Gym*"]
|