aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:22:27 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-04-29 10:22:27 +0200
commitd2362a629d9871f535493b2ff92bcad415ae6dcd (patch)
tree61008eb7d84aff15e9b551b4e37d8cd7c94099b4 /pyproject.toml
parent89d51e87a3fe4bdcb1efabbe7a4923958998a61c (diff)
downloadgit-deps-d2362a629d9871f535493b2ff92bcad415ae6dcd.tar.gz
Standardize and modernize package configuration.
Diffstat (limited to 'pyproject.toml')
-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"