fpsql-py-package/pyproject.toml

19 lines
353 B
TOML
Raw Normal View History

2023-04-20 11:33:12 +00:00
[tool.poetry]
2023-10-02 01:12:41 +00:00
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
2023-04-20 11:33:12 +00:00
[tool.poetry.dependencies]
2023-10-02 01:12:41 +00:00
python = "^3.10.11"
2023-04-20 11:33:12 +00:00
twine = "^4.0.2"
2023-05-24 13:57:27 +00:00
black = "^23.3.0"
keyrings-alt = "^4.2.0"
2023-04-20 11:33:12 +00:00
2023-10-02 01:12:41 +00:00
[tool.black]
exclude = ".pythonlibs"
2023-04-20 11:33:12 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"