Update package configuration
This commit is contained in:
@@ -17,6 +17,9 @@ pip install text-table --index-url https://repo.jcloud-services.ddns.net/simple/
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### Version 0.1.5
|
||||||
|
- Update package configuration
|
||||||
|
|
||||||
### Version 0.1.4
|
### Version 0.1.4
|
||||||
- Better handling of empty tables
|
- Better handling of empty tables
|
||||||
|
|
||||||
|
|||||||
+8
-2
@@ -4,7 +4,13 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "text_table"
|
name = "text_table"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
description = "A simple library for creating text tables."
|
description = "A simple library for creating text tables."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
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