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
ff3271e1
Commit
ff3271e1
authored
Jan 07, 2018
by
Tammo Jan Dijkema
Browse files
Fix setup.py, make it one level shallower
parent
a81b705d
Changes
4
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ff3271e1
...
...
@@ -9,8 +9,10 @@ meta = dict(name='telescope',
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'
],
}
py_modules
=
[
'telescope'
],
include_package_data
=
True
,
data_files
=
[(
''
,
[
'telescope.ini'
,]),],
install_requires
=
[
'astropy'
,
'configparser'
,
'numpy'
]
)
setup
(
**
meta
)
telescope/
telescope.ini
→
telescope.ini
View file @
ff3271e1
File moved
telescope/
telescope.py
→
telescope.py
View file @
ff3271e1
File moved
telescope/__init__.py
deleted
100644 → 0
View file @
a81b705d
from
telescope
import
*
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