mirror of
https://github.com/novoid/date2name.git
synced 2026-06-14 11:01:19 +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]
|
[project]
|
||||||
|
name = "date2name"
|
||||||
readme = "README.org"
|
readme = "README.org"
|
||||||
keywords = ["file managing", "file management", "files", "date", "time", "time-stamps"]
|
keywords = ["file managing", "file management", "files", "date", "time", "time-stamps"]
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue