~amirouche/asyncio-foundationdb

a24928a98d76981331d1fb3fe4522e797271f3e2 — Amirouche 11 months ago 5f1be68 0.11.3.dev2
pyproject: require setuptools, bump.
1 files changed, 2 insertions(+), 2 deletions(-)

M pyproject.toml
M pyproject.toml => pyproject.toml +2 -2
@@ 1,6 1,6 @@
[tool.poetry]
name = "asyncio-foundationdb"
version = "0.11.2"
version = "0.11.3.dev2"
description = "asyncio drivers for FoundationDB"
authors = ["Amirouche <amirouche@hyper.dev>"]
license = "Apachev2"


@@ 29,5 29,5 @@ pylama = "^7.7.1"


[build-system]
requires = ["poetry-core>=1.0.0", "cffi>=1.14.5"]
requires = ["setuptools", "poetry-core>=1.0.0", "cffi>=1.14.5"]
build-backend = "poetry.core.masonry.api"