--- pyproject.toml.orig 2026-05-22 05:55:52 UTC +++ pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">=3.10" description = "Web interface for the accounting tool Beancount." readme = "README.rst" requires-python = ">=3.10" -license = "MIT" +license = {text = "MIT"} authors = [{ name = "Dominik Aumayr", email = "dominik@aumayr.name" }] maintainers = [{ name = "Jakob Schnitzer", email = "mail@jakobschnitzer.de" }] keywords = ["accounting", "beancount", "fava"]