Skip to content

Commit

Permalink
Add REST index page
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 7, 2024
1 parent bc7d571 commit 8f9df5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,8 @@ packages = ["IM", "IM.ansible_utils", "IM.connectors", "IM.tosca", "IM.openid",
version = {attr = "IM.__version__"}
readme = {file = ["README.md"], content-type = "text/markdown"}

[tool.setuptools.package-data]
IM = ["*.yaml"]

[tool.distutils.bdist_wheel]
universal = true

0 comments on commit 8f9df5f

Please sign in to comment.