forked from platypush/platypush
[chore] Fixed pyproject deprecation warning.
Dynamic entrypoints in `setup.py` should now explicitly be listed as `dynamic` under the `project` section.
This commit is contained in:
parent
225761c839
commit
171efec739
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[project]
|
[project]
|
||||||
name = "platypush"
|
name = "platypush"
|
||||||
description = "A general-purpose framework for automation"
|
description = "A general-purpose framework for automation"
|
||||||
dynamic = ["version", "dependencies", "optional-dependencies"]
|
dynamic = ["version", "dependencies", "optional-dependencies", "entry-points"]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Fabio Manganiello", email = "fabio@manganiello.tech"},
|
{name = "Fabio Manganiello", email = "fabio@manganiello.tech"},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue