From 77d3ad4f07f756e0ae37f5137736ad6721254318 Mon Sep 17 00:00:00 2001 From: Rongrong <15956627+Rongronggg9@users.noreply.github.com> Date: Fri, 25 Mar 2022 07:25:01 +0800 Subject: [PATCH] Fix invalid `pyproject.toml` PEP 621 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9e4ce7f9..e6e32289 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [project] +name = "asyncpg" requires-python = ">=3.6" [build-system]