summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2023-01-17 16:35:21 -0500
committerGitHub <noreply@github.com>2023-01-17 16:35:21 -0500
commite2ba4457c4651fa54f8d59d8dcdd3da950e956b8 (patch)
tree81fdf3266c3a35bfe746f2a07a759e777056286e
parent2d74c4e216d46e4f5604af0e91997691719d7d29 (diff)
parentb648c41d32b052ff6ddfc47505bc6c8f6cd90952 (diff)
downloadconfigobj-git-master.tar.gz
Merge pull request #220 from jelmer/pyprojectmaster
Add a pyproject.toml file ahead of upcoming pip changes
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fed528d
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools"]
+build-backend = "setuptools.build_meta"