From 4a6f3b24bae6d466587f6b2cafe92848878e27b4 Mon Sep 17 00:00:00 2001 From: zlg Date: Tue, 29 Jul 2025 20:41:57 -0700 Subject: setup.py: Add VGStash-Web to 'web' data directory Users can copy these files and use them to publish their VGStash collection. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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" -- cgit v1.2.3-54-g00ecf