[project] name = "grand-exchange" version = "0.1.0" description = "grand-exchange — place orders executed against a market window you never saw." requires-python = ">=3.11" dependencies = ["verifiers"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["grand_exchange"]