Skip to content

Commit

Permalink
bugfix: packaging and data files with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Oct 12, 2023
1 parent 3cc21da commit f21ed21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 3.4.X – YYYY-MM-DD
## 3.4.1 – 2023-10-12

### General

- Fixed a packaging bug after migration to `pyproject.toml`

### Cosmology

Expand Down
2 changes: 1 addition & 1 deletion cobaya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


__author__ = "Jesus Torrado and Antony Lewis"
__version__ = "3.4"
__version__ = "3.4.1"
__obsolete__ = False
__year__ = "2023"
__url__ = "https://cobaya.readthedocs.io"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ docs = [
version = {attr = "cobaya.__version__"}

[tool.setuptools.package-data]
cobaya = ["*.yaml", "*.bibtex"]
"*" = ["*.yaml", "*.bibtex"]

[project.scripts]
cobaya-install = "cobaya.install:install_script"
Expand Down

0 comments on commit f21ed21

Please sign in to comment.