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
+3
View File
@@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings.
## Changelog ## Changelog
### Version 0.2.2
- update package configuration
### Version 0.2.1 ### Version 0.2.1
- support for applying mutability on all sections of an INI configuration - support for applying mutability on all sections of an INI configuration
+7 -1
View File
@@ -4,6 +4,12 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "jcloud-config-parser" name = "jcloud-config-parser"
version = "0.2.1" version = "0.2.2"
description = "A configuration file parser." description = "A configuration file parser."
license = "Apache-2.0" license = "Apache-2.0"
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]