16 lines
275 B
TOML
16 lines
275 B
TOML
|
[tool.poetry]
|
||
|
name = "01"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Michael Zhang <mail@mzhang.io>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
click = "^8.1.7"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|