diff --git a/pyproject.toml b/pyproject.toml index 586c9f8..8fe5d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ dependencies = [ "ipython" ] - +[tool.setuptools.package-data] +cmbagent = ["cmbagent/apis/*.json"] [project.urls] Homepage = "https://github.com/CMBAgents/cmbagent"