Skip to content

Commit

Permalink
Merge pull request #101 from ojasookert/master
Browse files Browse the repository at this point in the history
Added exception.py to setuptools script
  • Loading branch information
codingo authored Apr 15, 2020
2 parents 93e4cc8 + a7cba24 commit 1b6552f
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 1b6552f

Please sign in to comment.