We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183fbc9 commit c6527c2Copy full SHA for c6527c2
pyproject.toml
@@ -29,9 +29,6 @@ dependencies = [
29
"sentry-sdk == 2.1.1",
30
]
31
32
-include = [
33
- { path = "src/india_api/internal/service/*.png" },
34
-]
35
36
[project.optional-dependencies]
37
test = [
@@ -60,7 +57,7 @@ repository = "https://github.com/openclimatefix/india-api"
60
57
india-api = "india_api.cmd.main:run"
61
58
62
59
[tool.setuptools]
63
-include-package-data = false
+include-package-data = true
64
65
[tool.setuptools-git-versioning]
66
enabled = true
0 commit comments