Skip to content

Commit

Permalink
Add basic pyproject.toml created by Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nifadyev committed Oct 17, 2024
1 parent 6abea7b commit 817ba3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "wtfpython"
version = "3.0.0"
description = "What the f*ck Python!"
authors = ["Satwik Kansal <[email protected]>"]
license = "WTFPL 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 817ba3e

Please sign in to comment.