Skip to content

Commit 0758f28

Browse files
committed
Add pyproject.toml for Poetry
See also: https://python-poetry.org/
1 parent 2dcc925 commit 0758f28

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tool.poetry]
2+
name = "qencode-api-python-client"
3+
version = "1.0.0"
4+
description = "Python bindings for the Qencode API"
5+
authors = ["Qencode Team <team@qencode.com>"]
6+
license = "MIT"
7+
8+
[tool.poetry.dependencies]
9+
python = "~2.7 || ^3.5"
10+
11+
[tool.poetry.dev-dependencies]
12+
13+
[build-system]
14+
requires = ["poetry>=0.12"]
15+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)