⚒ sindri

sindri / master / pyproject.toml

pyproject.toml

            
                [project]
                name = "sindri"
                version = "0.1.0"
                description = "Agent-native git forge powered by Aegis"
                requires-python = ">=3.13"
                dependencies = [
                    "aegis-harness>=0.7.1",
                    "beaver-db>=2.0rc5",
                    "violetear[server]>=1.2.4",
                    "pydantic>=2.0",
                    "typer>=0.20",
                    "pyyaml>=6.0",
                ]

                [project.scripts]
                sindri = "sindri.cli:app"

                [build-system]
                requires = ["hatchling"]
                build-backend = "hatchling.build"

                [tool.hatch.build.targets.wheel]
                packages = ["src/sindri"]

                [tool.pytest.ini_options]
                testpaths = ["tests"]