Skip to content
Snippets Groups Projects
Commit bace53ba authored by Hock, Martin's avatar Hock, Martin
Browse files

Merge branch 'dev' into 'main'

Create Bugfix release 3.0.1

See merge request !72
parents 49d4d4e6 fe42f2fe
No related branches found
No related tags found
1 merge request!72Create Bugfix release 3.0.1
Pipeline #925838 passed
......@@ -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"
......@@ -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__"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment