the keywords in pyproject.toml template have extra spaces (#2990)
This commit is contained in:
parent
0981ac675b
commit
00b1e193ad
@ -10,7 +10,7 @@ readme = "README.md"
|
||||
license = { text = "Apache-2.0" }
|
||||
requires-python = ">=3.8"
|
||||
authors = [{ name = "", email = "YOUREMAIL@domain.com" }]
|
||||
keywords = ["reflex", "reflex-custom-components"]
|
||||
keywords = ["reflex","reflex-custom-components"]
|
||||
|
||||
dependencies = ["reflex>=0.4.2"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user