mirror of
https://github.com/novoid/date2name.git
synced 2026-06-14 11:01:19 +00:00
updated pyproject.toml, fixing #26
This commit is contained in:
parent
5a60e7ea6c
commit
2399eb52f0
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ Issues = "https://github.com/novoid/date2name/issues"
|
|||
[project.scripts]
|
||||
date2name="date2name:main"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
date2name="date2name:main"
|
||||
|
||||
[tool.poetry]
|
||||
name = "date2name"
|
||||
version = "2024.03.10.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue