add pyproject

This commit is contained in:
Mike Kalange 2024-05-21 15:47:01 -06:00
parent c63de4e7b8
commit 0b5f780ae5

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "railbird-gql"
version = "0.1.0"
description = ""
authors = ["Mike Kalange <countablecloud@gmail.com>"]
readme = "README.md"
packages = [{include = "railbird_gql"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"