Skip to content

Commit

Permalink
Add minimal pyproject.toml (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
mss authored Dec 11, 2024
1 parent b7c5865 commit 5879e23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[project]
name = "gql"
readme = "README.md"
requires-python = ">=3.8.1"
dynamic = ["authors", "classifiers", "dependencies", "description", "entry-points", "keywords", "license", "optional-dependencies", "scripts", "version"]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit 5879e23

Please sign in to comment.