Update package configuration
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
+8
-2
@@ -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"]
|
||||||
Reference in New Issue
Block a user