Skip to content

Commit 1b6552f

Browse files
authored
Merge pull request #101 from ojasookert/master
Added exception.py to setuptools script
2 parents 93e4cc8 + a7cba24 commit 1b6552f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "NoSQLMap",
77
version = "0.7",
88
packages = find_packages(),
9-
scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py','nsmscan.py','nsmweb.py'],
9+
scripts = ['nosqlmap.py', 'nsmmongo.py', 'nsmcouch.py', 'nsmscan.py', 'nsmweb.py', 'exception.py'],
1010

1111
entry_points = {
1212
"console_scripts": [

0 commit comments

Comments
 (0)