maj du app.py
This commit is contained in:
+7
-1
@@ -22,4 +22,10 @@ package-dir = {"" = "src"}
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
orfeo_django_toolkit = [
|
||||
"templates/**/*",
|
||||
"static/**/*",
|
||||
]
|
||||
Reference in New Issue
Block a user