Skip to content
Snippets Groups Projects
Commit 4156e369 authored by Holger Niemann's avatar Holger Niemann
Browse files

update of the setup.py

parent 0fd98acd
No related branches found
No related tags found
No related merge requests found
......@@ -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'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment