Skip to content
Snippets Groups Projects

Resolve "Restructure prior module"

Merged Moritz Huebner requested to merge 444-restructure-prior-module into master
All threads resolved!
+ 1
1
@@ -70,7 +70,7 @@ setup(name='bilby',
author_email='paul.lasky@monash.edu',
license="MIT",
version=VERSION,
packages=['bilby', 'bilby.core', 'bilby.core.sampler',
packages=['bilby', 'bilby.core', 'bilby.core.prior', 'bilby.core.sampler',
'bilby.gw', 'bilby.gw.detector', 'bilby.gw.sampler',
'bilby.hyper', 'cli_bilby'],
package_dir={'bilby': 'bilby', 'cli_bilby': 'cli_bilby'},
Loading