SyamSashank commited on
Commit
cb7246c
·
verified ·
1 Parent(s): 7a7e9a6

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -4
pyproject.toml CHANGED
@@ -1,3 +1,4 @@
 
1
  [build-system]
2
  requires = ["hatchling"]
3
  build-backend = "hatchling.build"
@@ -6,9 +7,6 @@ build-backend = "hatchling.build"
6
  name = "codereview-env"
7
  version = "0.1.0"
8
  description = "Code Review Environment for OpenEnv Hackathon"
9
- authors = [
10
- {name = "Developer"}
11
- ]
12
  dependencies = [
13
  "fastapi",
14
  "pydantic",
@@ -18,4 +16,4 @@ dependencies = [
18
  ]
19
 
20
  [project.scripts]
21
- server = "server.app:start"
 
1
+
2
  [build-system]
3
  requires = ["hatchling"]
4
  build-backend = "hatchling.build"
 
7
  name = "codereview-env"
8
  version = "0.1.0"
9
  description = "Code Review Environment for OpenEnv Hackathon"
 
 
 
10
  dependencies = [
11
  "fastapi",
12
  "pydantic",
 
16
  ]
17
 
18
  [project.scripts]
19
+ server = "server.app:main"