Skip to content

Commit

Permalink
Include nessus scan app in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Sep 29, 2023
1 parent e584eda commit a5c1990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file added serveradmin/nessus/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
'templates/servershell/*',
'templates/servershell/modals/*',
],
'serveradmin.nessus': [
'temapltes/nessus/*',
]
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit a5c1990

Please sign in to comment.