Skip to content

Commit

Permalink
Added missing MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthxbye-code committed Aug 19, 2023
1 parent ac198bb commit 048e6a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
recursive-include netbox_old_search/templates *
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
description="Brings back the old search functionality to NetBox",
install_requires=requirements,
long_description=readme,
long_description_content_type="text/markdown",
include_package_data=True,
keywords=["netbox", "netbox-plugin"],
name="netbox-old-search",
packages=find_packages(),
packages=find_packages(include=['netbox_old_search', 'netbox_old_search.*']),
url="https://github.com/kkthxbye-code/netbox-old-search",
version="0.1.0",
version="0.1.1",
zip_safe=False,
)

0 comments on commit 048e6a1

Please sign in to comment.