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
40063c70
Commit
40063c70
authored
Apr 13, 2018
by
Tammo Jan Dijkema
Browse files
Add setup.py
parent
ce9a2550
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
40063c70
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
meta
=
dict
(
name
=
'hpib'
,
version
=
'1.0.0'
,
author
=
'Harm Munk, Auke Klazema'
,
author_email
=
'harm.munk@camras.nl'
,
description
=
'Controlling HPIB-software in the CAMRAS Dwingeloo Radio Telescope'
,
platforms
=
'Linux, Mac OSX'
,
py_modules
=
[
'hpib'
,
'camrasdevices'
],
install_requires
=
[]
)
setup
(
**
meta
)
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