Skip to content
Snippets Groups Projects
Commit 8aa30705 authored by Matt Traudt's avatar Matt Traudt
Browse files

Rename __main__.py to sbws.py

GH: ref #69
parent 44288805
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -65,7 +65,7 @@ setup(
# test_suite='test',
entry_points={
'console_scripts': [
'sbws = sbws.__main__:main',
'sbws = sbws.sbws:main',
]
},
install_requires=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment