aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2025-07-29 20:41:57 -0700
committerzlg <zlg@zlg.space>2025-07-29 20:41:57 -0700
commit4a6f3b24bae6d466587f6b2cafe92848878e27b4 (patch)
treec72959708bb4e75b8743ad406258517198489b1f /pyproject.toml
parentThe big VGStash-Web commit! (diff)
downloadvgstash-4a6f3b24bae6d466587f6b2cafe92848878e27b4.tar.gz
vgstash-4a6f3b24bae6d466587f6b2cafe92848878e27b4.tar.bz2
vgstash-4a6f3b24bae6d466587f6b2cafe92848878e27b4.tar.xz
vgstash-4a6f3b24bae6d466587f6b2cafe92848878e27b4.zip
setup.py: Add VGStash-Web to 'web' data directorynext
Users can copy these files and use them to publish their VGStash collection.
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..7ad0c21
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=64", "setuptools-scm>=8"]
+build-backend = "setuptools.build_meta"