From 0d543d0a673de0365487a286260579cf4cea9156 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 5 Apr 2026 13:52:52 +0200 Subject: [PATCH] Update package configuration --- README.md | 3 +++ pyproject.toml | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e82928..bfeb737 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,9 @@ No Exceptions. ## Changelog +### Version 0.1.1 +- update package configuration + ### Version 0.1.0 - initial release - thread safety diff --git a/pyproject.toml b/pyproject.toml index eac48a4..664a79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,10 @@ build-backend = "setuptools.build_meta" name = "jcloud-cachelib" version = "0.1.0" description = "A simple library for caching data." -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