Skip to content

Commit

Permalink
Update MANIFEST.in, so all files are included
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
wkoot committed Oct 9, 2023
1 parent d082af4 commit 70b2ffc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include ../LICENSE
include ../README.md
include ../SECURITY.md
recursive-include netbox_slm/templates *
include LICENSE
include README.md
include SECURITY.md
graft netbox_slm
prune netbox_slm/tests
global-exclude *.py[cod]
global-exclude __pycache__

0 comments on commit 70b2ffc

Please sign in to comment.