Skip to content
Snippets Groups Projects
Commit 1a3d0046 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Updated to match new package structure

parent 616503aa
No related branches found
No related tags found
1 merge request!55Project restructuring
Pipeline #
......@@ -26,7 +26,7 @@ setup(name='tupak',
version='0.1',
packages=['tupak', 'tupak.core', 'tupak.gw'],
package_dir={'tupak': 'tupak'},
package_data={'tupak.core': 'noise_curves/*.txt',
'tupak.gw': 'prior_files/*.txt',
'tupak': version_file}
package_data={'tupak.core': ['noise_curves/*.txt'],
'tupak.gw': ['prior_files/*.txt'],
'tupak': [version_file]}
)
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