From d53e71a126257244642838fab51a7779c86d86cf Mon Sep 17 00:00:00 2001 From: Norwid Behrnd Date: Mon, 24 Mar 2025 08:25:46 +0100 Subject: [PATCH] build(pyproject.toml): correct omission of `name` The creation of a Python wheel with `python -m build` was impossible because the project section previously omitted the `name` parameter. Signed-off-by: Norwid Behrnd --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0b372ad..b1b0ee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [project] +name = "date2name" readme = "README.org" keywords = ["file managing", "file management", "files", "date", "time", "time-stamps"] classifiers=[