the keywords in pyproject.toml template have extra spaces (#2990)

This commit is contained in:
Martin Xu 2024-04-02 14:07:12 -07:00 committed by GitHub
parent 0981ac675b
commit 00b1e193ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]