generated from jCloud/repository-template
Update package configuration
This commit is contained in:
@@ -32,5 +32,8 @@ For more details, see the function and method docstrings.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Version 0.1.1
|
||||||
|
- update package configuration
|
||||||
|
|
||||||
### Version 0.1.0
|
### Version 0.1.0
|
||||||
- First release of the new jeb core library
|
- First release of the new jeb core library
|
||||||
+8
-2
@@ -4,7 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "jeb_core"
|
name = "jeb_core"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "The core for jeb"
|
description = "The core for jeb"
|
||||||
dependencies = ["config-parser", "jeb-utils"]
|
dependencies = ["config-parser", "jeb-utils"]
|
||||||
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