Skip to content

Commit

Permalink
Fix missing files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Jan 11, 2022
1 parent 47c3620 commit 5c461d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include README.md
include LICENSE
recursive-include netbox_config_backup/templates *
recursive-include netbox_config_backup/static *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='netbox_config_backup',
version='1.0.1',
version='1.0.2',
description='NetBox Configuration Backup',
long_description='Plugin to backup device configuration',
url='https://github.com/dansheps/netbox-config-backup/',
Expand Down

0 comments on commit 5c461d7

Please sign in to comment.