mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 05:33:40 -05:00
finally working packaging
This commit is contained in:
parent
e669a755ec
commit
f57c38250a
6 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ from slack_bolt.async_app import AsyncAck, AsyncApp
|
|||
from social_core.backends.slack import SlackOAuth2
|
||||
import uvicorn
|
||||
|
||||
load_dotenv()
|
||||
load_dotenv(dotenv_path="./.env")
|
||||
|
||||
active_stream: Dict[str, str | bool] = {}
|
||||
active_streams: List[Dict[str, str | bool]] = []
|
||||
|
|
@ -3,7 +3,7 @@ requires = ["hatchling"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "backend"
|
||||
name = "onboard_live_backend"
|
||||
version = "0.0.1"
|
||||
authors = [{ name = "Micha Albert", email = "micha@2231puppy.tech" }]
|
||||
description = "Backend for OnBoard Live, A Hack Club YSWS grant program"
|
||||
|
|
@ -90,7 +90,7 @@ dependencies = [
|
|||
Homepage = "https://github.com/MichaByte/OnBoard-Live"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["backend"]
|
||||
packages = ["onboard_live_backend"]
|
||||
|
||||
[project.scripts]
|
||||
start = "main:main"
|
||||
onboard-live-backend-start = "onboard_live_backend.main:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue