Overhaul demos directory: cleanup, restructure, and standardize configs (#760)

This commit is contained in:
Adil Hafeez 2026-02-17 03:09:28 -08:00 committed by GitHub
parent c3591bcbf3
commit 473996d35d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
205 changed files with 304 additions and 5223 deletions

View file

@ -1,26 +0,0 @@
[project]
name = "api-server"
version = "0.1.0"
description = ""
authors = [{name = "Adil Hafeez", email = "info@katanemo.com"}]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"opentelemetry-instrumentation-fastapi>=0.49b0",
"fastapi>=0.115.4",
"pyyaml>=6.0.2",
"uvicorn>=0.32.0",
"opentelemetry-api>=1.28.0",
"opentelemetry-sdk>=1.28.0",
"opentelemetry-exporter-otlp>=1.28.0",
]
[project.scripts]
api-server = "main:app"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]