Update package configuration

This commit is contained in:
2026-04-05 13:52:52 +02:00
parent 11cd2a1e24
commit 0d543d0a67
2 changed files with 10 additions and 1 deletions
+3
View File
@@ -142,6 +142,9 @@ No Exceptions.
## Changelog
### Version 0.1.1
- update package configuration
### Version 0.1.0
- initial release
- thread safety
+6
View File
@@ -7,3 +7,9 @@ name = "jcloud-cachelib"
version = "0.1.0"
description = "A simple library for caching data."
license = "Apache-2.0"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]