18 lines
296 B
TOML
18 lines
296 B
TOML
|
[project]
|
||
|
name = "drag-draft"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = [
|
||
|
{name = "IamTheFij"}
|
||
|
]
|
||
|
license = {text = "MIT"}
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.12"
|
||
|
dependencies = [
|
||
|
]
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|