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
telescope
Commits
0ef6faee
Commit
0ef6faee
authored
Jan 07, 2018
by
Tammo Jan Dijkema
Browse files
Add setuptools installer
parent
935b6f32
Changes
4
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100755
View file @
0ef6faee
#!/usr/bin/env python
from
setuptools
import
setup
,
find_packages
meta
=
dict
(
name
=
'telescope'
,
version
=
'1.0.0'
,
author
=
'Tammo Jan Dijkema'
,
author_email
=
'T.J.Dijkema@camras.nl'
,
url
=
'https://gitlab.camras.nl/dijkema/telescope'
,
description
=
'Software for the CAMRAS Dwingeloo Radio Telescope'
,
platforms
=
'Linux, Mac OSX'
,
packages
=
find_packages
(),
package_data
=
{
''
:
[
'*.ini'
],
}
)
setup
(
**
meta
)
__init__.py
→
telescope/
__init__.py
View file @
0ef6faee
File moved
telescope.ini
→
telescope/
telescope.ini
View file @
0ef6faee
File moved
telescope.py
→
telescope/
telescope.py
View file @
0ef6faee
File moved
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