Commit 7dd8fe88 by John Donnal

changed to module structure for installation

parent cf90d102
build
dist
*~ *~
*.pyc *.pyc
__pycache__ __pycache__
......
File mode changed
...@@ -38,7 +38,7 @@ setup( ...@@ -38,7 +38,7 @@ setup(
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'labjack_u3 = u3_module:main', 'labjack_u3 = labjack.u3_module:main',
], ],
}, },
zip_safe=False, zip_safe=False,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment