Update package configuration

This commit is contained in:
2026-04-29 20:36:32 +02:00
parent 85760bbba7
commit e4f3c526ca
+8 -2
View File
@@ -4,7 +4,13 @@ build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.3.2"
version = "0.3.3"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"
license = "Apache-2.0"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]