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