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

Fixed some of the issues that came up during restructuring

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