Skip to content

Commit

Permalink
dim: update pyproject.toml to include etc files
Browse files Browse the repository at this point in the history
include required files; report file is needed by the report command
  • Loading branch information
zeromind committed Sep 9, 2024
1 parent 2f252f8 commit c20aa10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ Issues = "https://github.com/ionos-cloud/dim/issues"
dim = "dim.cli:cli"

[tool.setuptools.packages.find]
exclude = ["etc", "doc"]
exclude = ["doc", "etc"]


[tool.setuptools]
script-files = ["report", "manage_db", "manage_dim"]

[tool.setuptools.package-data]
dim = ["sql/*.sql"]
dim = ["sql/*.sql", "../etc/*"]

0 comments on commit c20aa10

Please sign in to comment.