Skip to content

Commit eddb649

Browse files
authored
Fix invalid pyproject.toml (#900)
PEP 621
1 parent a2f093d commit eddb649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[project]
2+
name = "asyncpg"
23
requires-python = ">=3.6"
34

45
[build-system]

0 commit comments

Comments
 (0)
close