Skip to content

Commit 4e6d340

Browse files
committed
update to include path
1 parent c6527c2 commit 4e6d340

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ docker run ghcr.io/openclimatefix/india-api:latest
2525
Or build and run locally using the Containerfile:
2626

2727
```sh
28-
$ docker build -t india-api .
28+
$ docker build -t india-api -f Containerfile .
2929
$ docker run india-api
3030
```
3131

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ india-api = "india_api.cmd.main:run"
5858

5959
[tool.setuptools]
6060
include-package-data = true
61+
py-modules = ['india_api']
62+
63+
[tool.setuptools.package-data]
64+
india_api = ['india-api/internal/service/*.png']
6165

6266
[tool.setuptools-git-versioning]
6367
enabled = true

0 commit comments

Comments
 (0)