Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
HPIB
Commits
7b7133e7
Commit
7b7133e7
authored
Apr 26, 2018
by
Tammo Jan Dijkema
Browse files
Add more modules to setup.py
parent
3f15a50b
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7b7133e7
...
@@ -8,9 +8,9 @@ meta = dict(name='hpib',
...
@@ -8,9 +8,9 @@ meta = dict(name='hpib',
author_email
=
'harm.munk@camras.nl'
,
author_email
=
'harm.munk@camras.nl'
,
description
=
'Controlling HPIB-software in the CAMRAS Dwingeloo Radio Telescope'
,
description
=
'Controlling HPIB-software in the CAMRAS Dwingeloo Radio Telescope'
,
platforms
=
'Linux, Mac OSX'
,
platforms
=
'Linux, Mac OSX'
,
py_modules
=
[
'hpib'
,
'camrasdevices'
,
'track
HI
'
],
py_modules
=
[
'hpib'
,
'camrasdevices'
,
'track
_doppler'
,
'vlsr
'
],
entry_points
=
{
entry_points
=
{
'console_scripts'
:
[
'track
HI=trackHI
:main'
],
'console_scripts'
:
[
'track
Doppler=trackDoppler
:main'
],
},
},
install_requires
=
[
'pyserial'
,
'astropy>=2.0'
]
install_requires
=
[
'pyserial'
,
'astropy>=2.0'
]
)
)
...
...
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