Update package configuration
This commit is contained in:
@@ -84,6 +84,9 @@ For the full documentation, see the Python docstrings.
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 0.2.2
|
||||
- update package configuration
|
||||
|
||||
### Version 0.2.1
|
||||
- support for applying mutability on all sections of an INI configuration
|
||||
|
||||
|
||||
+7
-1
@@ -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"
|
||||
|
||||
[tool.setuptools]
|
||||
package-dir = {"" = "src"}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
Reference in New Issue
Block a user