Skip to content

Instantly share code, notes, and snippets.

@lineman60
lineman60 / pyproject.toml
Created December 9, 2022 05:45
toml file
[tool.poetry]
name = "poetry-demo"
version = "0.1.0"
description = ""
authors = ["Beryl S <[email protected]>"]
readme = "README.md"
packages = [{include = "poetry_demo"}]
[tool.poetry.dependencies]
python = "^3.11"