Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
qutech
python-TaborDriver
Commits
342d7451
Commit
342d7451
authored
Nov 28, 2016
by
Simon Sebastian Humpohl
Browse files
Add Tabor provided TEWXAwg class
parent
b20ab451
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
342d7451
...
...
@@ -3,8 +3,8 @@ from distutils.core import setup
setup
(
name
=
'pyte'
,
version
=
''
,
packages
=
[
'pyte'
],
package_dir
=
{
'pyte'
:
'
src
'
},
packages
=
[
'pyte'
,
'teawg'
],
package_dir
=
{
'pyte'
:
'
pyte'
,
'teawg'
:
'teawg
'
},
url
=
''
,
license
=
''
,
author
=
'Tabor electronics'
,
...
...
teawg/__init__.py
0 → 100644
View file @
342d7451
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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