diff --git a/pycrires/__init__.py b/pycrires/__init__.py index 5f3b0c5..e8d9787 100644 --- a/pycrires/__init__.py +++ b/pycrires/__init__.py @@ -3,7 +3,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.3.3' +__version__ = '0.3.4' __maintainer__ = 'Tomas Stolker' __email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/pyproject.toml b/pyproject.toml index f406ab4..1776500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Astronomy", ] +dynamic = ["dependencies"] [project.urls] Documentation = "https://pycrires.readthedocs.io" @@ -26,7 +27,4 @@ Repository = "https://github.com/tomasstolker/pycrires" Issues = "https://github.com/tomasstolker/pycrires/issues" [tool.setuptools.dynamic] -dependencies = {file = ["requirements.txt"]} - -[tool.setuptools.package-data] -example = ["*.txt", "*.dat"] +dependencies = {file = "requirements.txt"}