Skip to content

Commit

Permalink
build: add template path at setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jan 26, 2024
1 parent 3d56d22 commit d2e720b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-core", "spaceone-api", "pandas", "numpy"],
package_data={
"spaceone": [
"cost_analysis/template/*.html",
]
},
zip_safe=False,
)

0 comments on commit d2e720b

Please sign in to comment.