RemiFabre commited on
Commit
789d667
·
1 Parent(s): 0496ece

Ressources is a package now

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -3
  2. 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