Skip to content

Commit

Permalink
Address packaging warning
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Apr 19, 2023
1 parent 8ca7da1 commit 01940d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions kedro-docker/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include kedro_docker/template *
5 changes: 4 additions & 1 deletion kedro-docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ docker = "kedro_docker.plugin:commands"

[tool.setuptools]
include-package-data = true
packages = ["kedro_docker"]
zip-safe = false

[tool.setuptools.packages.find]
include = ["kedro_docker*"]
namespaces = true # To include the template files

[tool.setuptools.package-data]
kedro_docker = [
"template/Dockerfile.*",
Expand Down

0 comments on commit 01940d9

Please sign in to comment.