mirror of
https://github.com/novoid/date2name.git
synced 2026-02-16 12:54:15 +00:00
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:
parent
ad9d926947
commit
d53e71a126
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
[project]
|
||||
name = "date2name"
|
||||
readme = "README.org"
|
||||
keywords = ["file managing", "file management", "files", "date", "time", "time-stamps"]
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue