Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
labjack-module
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7dd8fe88
authored
Feb 22, 2018
by
John Donnal
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
changed to module structure for installation
parent
cf90d102
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
1 deletions
.gitignore
labjack/__init__.py
u3_module.py → labjack/u3_module.py
u3_raw.py → labjack/u3_raw.py
setup.py
.gitignore
View file @
7dd8fe88
build
dist
*~
*.pyc
__pycache__
...
...
labjack/__init__.py
0 → 100644
View file @
7dd8fe88
File mode changed
u3_module.py
→
labjack/
u3_module.py
View file @
7dd8fe88
File moved
u3_raw.py
→
labjack/
u3_raw.py
View file @
7dd8fe88
File moved
setup.py
View file @
7dd8fe88
...
...
@@ -38,7 +38,7 @@ setup(
entry_points
=
{
'console_scripts'
:
[
'labjack_u3 = u3_module:main'
,
'labjack_u3 =
labjack.
u3_module:main'
,
],
},
zip_safe
=
False
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment