generated from jCloud/repository-template
Update package configuration
This commit is contained in:
+7
-1
@@ -6,4 +6,10 @@ build-backend = "setuptools.build_meta"
|
||||
name = "jcloud-cachelib"
|
||||
version = "0.1.0"
|
||||
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