[project] name = "order-query" version = "0.1.0" description = "Query order details from Azure Table Storage" requires-python = ">=3.11" dependencies = [ "azure-data-tables>=12.7.0", "textual>=3.0.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["order_query"] [project.scripts] order-query = "order_query.main:main"