generated from jCloud/repository-template
Update package configuration
This commit is contained in:
@@ -142,6 +142,9 @@ No Exceptions.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Version 0.1.1
|
||||||
|
- update package configuration
|
||||||
|
|
||||||
### Version 0.1.0
|
### Version 0.1.0
|
||||||
- initial release
|
- initial release
|
||||||
- thread safety
|
- thread safety
|
||||||
|
|||||||
@@ -7,3 +7,9 @@ name = "jcloud-cachelib"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A simple library for caching data."
|
description = "A simple library for caching data."
|
||||||
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