Add pyproject

This commit is contained in:
Chris Proctor 2025-01-13 17:56:47 -05:00
parent 5f38d79ce3
commit 94be82f501
1 changed files with 16 additions and 0 deletions

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[project]
name = "quicksheet-information"
version = "0.1.0"
description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"