forked from platypush/platypush
Setting optional-dependencies
as dynamic in pyproject.toml.
This commit is contained in:
parent
e10f1d7e1b
commit
ccc778e056
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "platypush"
|
||||
description = "A general-purpose framework for automation"
|
||||
dynamic = ["version", "dependencies"]
|
||||
dynamic = ["version", "dependencies", "optional-dependencies"]
|
||||
authors = [
|
||||
{name = "Fabio Manganiello", email = "fabio@manganiello.tech"},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue