diff --git a/.pyproject_generation/pyproject_custom.toml b/.pyproject_generation/pyproject_custom.toml index 3638830..080539b 100644 --- a/.pyproject_generation/pyproject_custom.toml +++ b/.pyproject_generation/pyproject_custom.toml @@ -1,6 +1,7 @@ [project] name = "ghga_transpiler" -version = "2.1.3" + +version = "2.1.4" description = "GHGA-Transpiler - excel to JSON converter" dependencies = [ "typer >= 0.12", @@ -15,7 +16,7 @@ dependencies = [ Repository = "https://github.com/ghga-de/ghga-transpiler" [tool.setuptools.package-data] -configs = ["*.yaml"] +"ghga_transpiler.configs" = ["*.yaml"] [project.scripts] ghga-transpiler = "ghga_transpiler.__main__:run" diff --git a/pyproject.toml b/pyproject.toml index 43d6b2b..34bb74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Intended Audience :: Developers", ] name = "ghga_transpiler" -version = "2.1.3" +version = "2.1.4" description = "GHGA-Transpiler - excel to JSON converter" dependencies = [ "typer >= 0.12", @@ -47,7 +47,7 @@ where = [ ] [tool.setuptools.package-data] -configs = [ +"ghga_transpiler.configs" = [ "*.yaml", ] diff --git a/src/ghga_transpiler/__init__.py b/src/ghga_transpiler/__init__.py index 04a3013..bf14293 100644 --- a/src/ghga_transpiler/__init__.py +++ b/src/ghga_transpiler/__init__.py @@ -18,7 +18,7 @@ from openpyxl.xml import DEFUSEDXML -__version__ = "2.1.1" +__version__ = "2.1.4" if not DEFUSEDXML: raise RuntimeError(