Update package configuration

This commit is contained in:
2026-04-05 13:59:36 +02:00
parent da2e102343
commit fa8599d594
2 changed files with 11 additions and 2 deletions
+8 -2
View File
@@ -4,6 +4,12 @@ build-backend = "setuptools.build_meta"
[project]
name = "jcloud-config-parser"
version = "0.2.1"
version = "0.2.2"
description = "A configuration file parser."
license = "Apache-2.0"
license = "Apache-2.0"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]