mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
333 B
TOML
11 lines
333 B
TOML
--- 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"
|