From 51dac88a9c795a2ade91a4a29b99cb5ebbe92613 Mon Sep 17 00:00:00 2001 From: "J. George" Date: Wed, 13 Nov 2024 16:53:36 +0100 Subject: [PATCH] export config file correctly for pip install (#239) * export config file * Update pyproject.toml * update version number --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32b0d5f76..f0bcc50fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" keywords = ["high-throughput", "automated", "mlpotential"] license = { text = "GPL-3.0 license" } authors = [{ name = "Janine George", email = "janine.george@bam.de" }] -version = "0.0.4" +version = "0.0.5" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", @@ -45,6 +45,7 @@ where = ["src"] [tool.setuptools.package-data] "autoplex.fitting.common" = ["*.json"] +"autoplex.auto.rss" = ["*.yaml"] [project.optional-dependencies] docs = [