mirror of
https://github.com/NotAShelf/nff.git
synced 2024-11-01 11:01:17 +00:00
18 lines
314 B
TOML
18 lines
314 B
TOML
|
[tool.poetry]
|
||
|
name = "nff"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["NotAShelf <raf@notashelf.dev>"]
|
||
|
# readme = "README.md"
|
||
|
# license = "BSD"
|
||
|
packages = [
|
||
|
{ include = "nff" }
|
||
|
]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|