Skip to content

Commit 5879e23

Browse files
authored
Add minimal pyproject.toml (#514)
1 parent b7c5865 commit 5879e23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "gql"
3+
readme = "README.md"
4+
requires-python = ">=3.8.1"
5+
dynamic = ["authors", "classifiers", "dependencies", "description", "entry-points", "keywords", "license", "optional-dependencies", "scripts", "version"]
6+
7+
[build-system]
8+
requires = ["setuptools"]
9+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)