Update package configuration

This commit is contained in:
2026-04-05 14:01:07 +02:00
parent e56bb30a23
commit fab83e4820
2 changed files with 11 additions and 2 deletions
+8 -2
View File
@@ -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"
license = "Apache-2.0"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]