Skip to content

Commit

Permalink
grab all yaml/bibtex files (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Sep 22, 2023
1 parent 7173f52 commit 381f128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
packages=find_packages(),
python_requires=">=3.5",
install_requires=["astropy", "cobaya>=3.0"],
package_data={"planck_2020_hillipop": ["Hillipop.yaml", "Hillipop.bibtex"]},
package_data={"planck_2020_hillipop": ["*.yaml", "*.bibtex"]},
)

0 comments on commit 381f128

Please sign in to comment.