diff --git a/plotid/__init__.py b/plotid/__init__.py index 18d92ea8ac3c12197c457a1bac9fa613e411b961..4ade8ba6d4fc5846779bdda2116ff1429ec13703 100644 --- a/plotid/__init__.py +++ b/plotid/__init__.py @@ -10,5 +10,5 @@ research data, the plot is based on. Additionally, the script that created the plot will also be copied to the directory. """ -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt" diff --git a/pyproject.toml b/pyproject.toml index 1da002b43d4ee30ea573141ff8e8b980012d48a0..9dfe32d75870d07ebed66c50130d145534913f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,12 @@ docs = [ "myst-parser", ] -[tool.setuptools] -packages = ["plotid"] +[tool.setuptools.packages.find] +where = ["."] + +[tool.setuptools.package-data] +"plotid.resources.OpenSans" = ["*.ttf","OFL.txt"] + [tool.setuptools.dynamic] version = {attr = "plotid.__version__"}