Browse Source

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

Martin Xu 1 year ago
parent
commit
00b1e193ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reflex/.templates/jinja/custom_components/pyproject.toml.jinja2

+ 1 - 1
reflex/.templates/jinja/custom_components/pyproject.toml.jinja2

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