mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-23 19:44:25 +01:00
17 lines
336 B
TOML
17 lines
336 B
TOML
|
[tool.poetry]
|
||
|
name = "wtfpython"
|
||
|
version = "3.0.0"
|
||
|
description = "What the f*ck Python!"
|
||
|
authors = ["Satwik Kansal <discuss@satwikkansal.xyz>"]
|
||
|
license = "WTFPL 2.0"
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.9"
|
||
|
nox = "^2024.10.9"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|