From fab83e482001ae2e8491bac576f6b5d11fa67bd7 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 5 Apr 2026 14:01:07 +0200 Subject: [PATCH] Update package configuration --- README.md | 3 +++ pyproject.toml | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4359e5..bec8186 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,8 @@ For more details, see the function and method docstrings. ## Changelog +### Version 0.1.1 +- update package configuration + ### Version 0.1.0 - First release of the new jeb core library \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6969b10..d18ac93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,13 @@ build-backend = "setuptools.build_meta" [project] name = "jeb_core" -version = "0.1.0" +version = "0.1.1" description = "The core for jeb" dependencies = ["config-parser", "jeb-utils"] -license = "Apache-2.0" \ No newline at end of file +license = "Apache-2.0" + +[tool.setuptools] +package-dir = {"" = "src"} + +[tool.setuptools.packages.find] +where = ["src"] \ No newline at end of file