Skip to content

Commit

Permalink
Added exception.py to setuptools script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kert Ojasoo committed Apr 15, 2020
1 parent 93e4cc8 commit a7cba24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name = "NoSQLMap",
version = "0.7",
packages = find_packages(),
scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py','nsmscan.py','nsmweb.py'],
scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py', 'nsmscan.py', 'nsmweb.py', 'exception.py'],

entry_points = {
"console_scripts": [
Expand Down

0 comments on commit a7cba24

Please sign in to comment.