Skip to content

Commit

Permalink
bug fix for script
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Aug 28, 2021
1 parent ffe379b commit ee93d16
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 @@ -17,7 +17,7 @@
"Bug Tracker": "https://github.com/mwang87/MassQueryLanguage/issues",
"Documentation": "https://mwang87.github.io/MassQueryLanguage_Documentation/"
},
scripts=['msql_cmd.py'],
scripts=['massql/msql_cmd.py'],
entry_points = {
'console_scripts': ['massql=massql.msql_cmd:main'],
},
Expand Down

0 comments on commit ee93d16

Please sign in to comment.