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 <nbehrnd@yahoo.com>
This commit is contained in:
Norwid Behrnd 2025-03-24 08:25:46 +01:00
parent ad9d926947
commit d53e71a126

View file

@ -1,5 +1,6 @@
[project]
name = "date2name"
readme = "README.org"
keywords = ["file managing", "file management", "files", "date", "time", "time-stamps"]
classifiers=[