Skip to content

Commit 434725e

Browse files
committed
Add pyproject.toml for Poetry
See also: https://python-poetry.org/
1 parent ae0f4e9 commit 434725e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
[tool.black]
22
skip-string-normalization = true
3+
4+
[tool.poetry]
5+
name = "qencode-api-python-client"
6+
version = "1.0.0"
7+
description = "Python bindings for the Qencode API"
8+
authors = ["Qencode Team <team@qencode.com>"]
9+
license = "MIT"
10+
11+
[tool.poetry.dependencies]
12+
python = ">=3.6.2"
13+
14+
[tool.poetry.dev-dependencies]
15+
16+
[build-system]
17+
requires = ["poetry_core>=1.0.0"]
18+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)