Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Bold
IR_data_access
Commits
074ce6e5
Commit
074ce6e5
authored
Jun 18, 2019
by
Holger Niemann
Browse files
Merge branch 'Holgers' into 'master'
update of the setup.py See merge request
!36
parents
580493ba
4156e369
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
074ce6e5
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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