Skip to content

Commit e26c502

Browse files
committed
Adds pyproject.toml
1 parent 428cae9 commit e26c502

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

poetry.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[tool.poetry]
2+
name = "rests"
3+
version = "0.0.1"
4+
description = "Framework independent REST the way it should be! "
5+
authors = ["sobolevn <[email protected]>"]
6+
license = "BSD-3-Clause"
7+
8+
readme = "README.md"
9+
10+
repository = "https://github.com/dry-python/rests"
11+
homepage = "https://rests.readthedocs.io"
12+
13+
[tool.poetry.urls]
14+
"Funding" = "https://github.com/sponsors/dry-python"
15+
16+
[tool.poetry.dependencies]
17+
python = "^3.7"
18+
19+
[tool.poetry.dev-dependencies]
20+
21+
[build-system]
22+
requires = ["poetry>=1.0"]
23+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)