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 c6527c2 commit 4e6d340Copy full SHA for 4e6d340
README.md
@@ -25,7 +25,7 @@ $ docker run ghcr.io/openclimatefix/india-api:latest
25
Or build and run locally using the Containerfile:
26
27
```sh
28
-$ docker build -t india-api .
+$ docker build -t india-api -f Containerfile .
29
$ docker run india-api
30
```
31
pyproject.toml
@@ -58,6 +58,10 @@ india-api = "india_api.cmd.main:run"
58
59
[tool.setuptools]
60
include-package-data = true
61
+py-modules = ['india_api']
62
+
63
+[tool.setuptools.package-data]
64
+india_api = ['india-api/internal/service/*.png']
65
66
[tool.setuptools-git-versioning]
67
enabled = true
0 commit comments