We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc17b63 commit 99efdfaCopy full SHA for 99efdfa
pyproject.toml
@@ -25,14 +25,10 @@ Documentation = "https://www.fastht.ml/docs/"
25
fasthtml = "fasthtml._modidx:d"
26
27
[project.scripts]
28
-fh_railway_link=fasthtml.cli:railway_link
29
-
+fh_railway_link = "fasthtml.cli:railway_link"
30
[tool.setuptools.dynamic]
31
version = {attr = "fasthtml.__version__"}
32
33
-[project.scripts]
34
35
36
[tool.setuptools.packages.find]
37
include = ["fasthtml"]
38
0 commit comments