FlexTime-AI / pyproject.toml
HNS8273's picture
fix: added canonical main() execution block and configured toml entry to satisfy rigid multi-mode requirements
4e40d19
Raw
History Blame Contribute Delete
385 Bytes
[project]
name = "flextime"
version = "1.0.0"
description = "FlexTime OpenEnv Scheduling Environment"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
"pydantic>=2.0.0",
"openenv-core>=0.1.0"
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"