github-actions[bot] commited on
Commit
22cac68
·
1 Parent(s): 1a252b6

Auto-deploy from GitHub: 8f26c28b9bde257d622d3aaae1c8288c350e4220

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
- name = "ttt-runner"
7
  version = "2.0.0"
8
  description = "FastAPI backend for TTT Runner"
9
  dependencies = [
@@ -17,4 +17,4 @@ dependencies = [
17
  ]
18
 
19
  [project.scripts]
20
- ttt-runner = "app.main:app"
 
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
+ name = "ttt-runner-backend"
7
  version = "2.0.0"
8
  description = "FastAPI backend for TTT Runner"
9
  dependencies = [
 
17
  ]
18
 
19
  [project.scripts]
20
+ ttt-backend = "app.main:app"