Skip to content

Commit

Permalink
Merge pull request #164 from ImMin5/feature-cost-report
Browse files Browse the repository at this point in the history
Add template path at setup.py
  • Loading branch information
ImMin5 authored Jan 26, 2024
2 parents 8c0d7ed + d2e720b commit 4409e4b
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 4409e4b

Please sign in to comment.