mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +02:00
Configure Nox and basic Poetry support
- Use new structure for code blocks in README
This commit is contained in:
parent
6abea7bb3e
commit
f25156107b
6 changed files with 225 additions and 37 deletions
16
pyproject.toml
vendored
Normal file
16
pyproject.toml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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"
|
Loading…
Add table
Add a link
Reference in a new issue