Souravdanyal commited on
Commit
89bd6ab
·
verified ·
1 Parent(s): e688c16

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml CHANGED
@@ -22,5 +22,8 @@ dev = [
22
  "httpx>=0.27.0",
23
  ]
24
 
 
 
 
25
  [tool.setuptools.packages.find]
26
  where = ["."]
 
22
  "httpx>=0.27.0",
23
  ]
24
 
25
+ [project.scripts]
26
+ serve = "server.app:main"
27
+
28
  [tool.setuptools.packages.find]
29
  where = ["."]