We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bdd05 commit d98d9caCopy full SHA for d98d9ca
netbox_cmdb/setup.py
@@ -25,6 +25,9 @@ def get_version(rel_path):
25
author="Criteo",
26
install_requires=[],
27
packages=find_namespace_packages(),
28
- package_data={"netbox_cmdb.templates.netbox_cmdb": ["*.html"]},
+ package_data={
29
+ "netbox_cmdb.templates.netbox_cmdb": ["*.html"],
30
+ "netbox_cmdb.templates.netbox_cmdb.decommissioning": ["*.html"],
31
+ },
32
zip_safe=False,
33
)
0 commit comments