csa01 / pyproject.toml
prashantmatlani's picture
fix: add main() entrypoint for OpenEnv validator
bca2b27
raw
history blame contribute delete
289 Bytes
[project]
name = "openenv-customer-support"
version = "0.1.0"
dependencies = [
"fastapi",
"uvicorn",
"pydantic",
"openenv-core>=0.2.0"
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"