Skip to content

Commit 156216f

Browse files
committedJul 7, 2022
Remove "project" section from pyproject.toml
Rely on metadata inferred from `setup.py` instead for now
1 parent d502abb commit 156216f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[project]
2-
name = "asyncpg"
3-
requires-python = ">=3.6"
4-
51
[build-system]
62
requires = ["setuptools>=42", "wheel"]
73
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)
Please sign in to comment.