We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e4cc8 commit a7cba24Copy full SHA for a7cba24
setup.py
@@ -6,7 +6,7 @@
6
name = "NoSQLMap",
7
version = "0.7",
8
packages = find_packages(),
9
- scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py','nsmscan.py','nsmweb.py'],
+ scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py', 'nsmscan.py', 'nsmweb.py', 'exception.py'],
10
11
entry_points = {
12
"console_scripts": [
0 commit comments