Skip to content

Commit

Permalink
feat: add package data at setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Sep 7, 2024
1 parent 8969c97 commit 91717e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-api", "spaceone-inventory"],
package_data={"plugin": ["metadata/*/*.yaml"]},
package_data={"plugin": ["metadata/*/*.yaml", "metrics/*/*/*.yaml"]},
zip_safe=False,
)

0 comments on commit 91717e2

Please sign in to comment.