Skip to content

Commit

Permalink
fix: include decommissioning templates in package
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Sep 11, 2024
1 parent 79bdd05 commit d98d9ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion netbox_cmdb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def get_version(rel_path):
author="Criteo",
install_requires=[],
packages=find_namespace_packages(),
package_data={"netbox_cmdb.templates.netbox_cmdb": ["*.html"]},
package_data={
"netbox_cmdb.templates.netbox_cmdb": ["*.html"],
"netbox_cmdb.templates.netbox_cmdb.decommissioning": ["*.html"],
},
zip_safe=False,
)

0 comments on commit d98d9ca

Please sign in to comment.