Skip to content

Commit

Permalink
fix: PAN-1832 fix config and env file paths in wheel (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos authored Jul 30, 2024
1 parent e277a45 commit b15a545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ readme = "README.md"
packages = [
{ include = "pantos"}
]
include = [
"pantos/client-library.yml",
"pantos/client-library.env"
]

[tool.setuptools.packages.find]
where = ["."]
Expand Down

0 comments on commit b15a545

Please sign in to comment.