init commit
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user