blob: d564e0d0afe0c634ee5c01553b3b0cd2bbf58955 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2025-05-09 14:35:59 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ version = "0.1.12"
[project]
name = "proglog"
version = "0.1.12"
-license = "MIT"
+license = { text = "MIT" }
authors = [{ name = "Zulko" }]
description = "Log and progress bar manager for console, notebooks, web..."
readme = "pypi-readme.rst"
|