Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holger Niemann
IR_data_access
Commits
4156e369
Commit
4156e369
authored
Jun 18, 2019
by
Holger Niemann
Browse files
update of the setup.py
parent
0fd98acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4156e369
...
...
@@ -9,8 +9,24 @@ setup(
py_modules
=
[
'downloadversionIRdata'
,
'IR_image_tools'
,
'IR_config_constants'
'IR_config_constants'
,
'IR_image_tools'
,
'plot_IR_data'
,
'Create_HDF5_from_archive_data'
,
'plot_heatflux_example'
],
data_files
=
[
(
''
,[
'upload_config'
,
'CHANGELOG'
,
'ToDo.txt'
]),
(
'data'
,[
'data/AEF10_coldframes_background_fails_real.txt'
,
'data/AEF11_coldframes_background_fails_real.txt'
,
'data/AEF20_coldframes_background_fails_real.txt'
,
'data/AEF21_coldframes_background_fails_real.txt'
,
'data/AEF30_coldframes_background_fails_real.txt'
,
'data/AEF31_coldframes_background_fails_real.txt'
,
'data/AEF40_coldframes_background_fails_real.txt'
,
'data/AEF41_coldframes_background_fails_real.txt'
,
'data/AEF51_coldframes_background_fails_real.txt'
])
],
install_requires
=
[
'archivedb>=0.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