Skip to content

Commit afb169e

Browse files
committed
Add missing __init__.py file
1 parent f68ee41 commit afb169e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

netbox_script_manager/api/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
description="Improved custom script support for netbox",
2727
install_requires=requirements,
2828
long_description=readme,
29+
long_description_content_type="text/markdown",
2930
include_package_data=True,
30-
keywords="netbox, plugin, script",
31-
name="netbox_script_manager",
32-
packages=find_packages(include=["netbox_script_manager", "netbox_script_manager.*"]),
31+
keywords=["netbox", "netbox-plugin"],
32+
name="netbox-script-manager",
33+
packages=find_packages(),
3334
test_suite="tests",
3435
url="https://github.com/kkthxbye-code/netbox_script_manager",
3536
version="0.1.0",

0 commit comments

Comments
 (0)