Spaces:
Running
Running
RemiFabre
commited on
Commit
·
789d667
1
Parent(s):
0496ece
Ressources is a package now
Browse files- pyproject.toml +1 -3
- ressources/__init__.py +0 -0
pyproject.toml
CHANGED
|
@@ -27,6 +27,4 @@ where = ["."]
|
|
| 27 |
|
| 28 |
[tool.setuptools.package-data]
|
| 29 |
emotions = ["**/*"] # Also include all non-.py files
|
| 30 |
-
|
| 31 |
-
[tool.setuptools.data-files]
|
| 32 |
-
"ressources" = ["ressources/*"]
|
|
|
|
| 27 |
|
| 28 |
[tool.setuptools.package-data]
|
| 29 |
emotions = ["**/*"] # Also include all non-.py files
|
| 30 |
+
ressources = ["*"]
|
|
|
|
|
|
ressources/__init__.py
ADDED
|
File without changes
|