diff options
author | zlg <zlg@zlg.space> | 2025-07-29 20:41:57 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2025-07-29 20:41:57 -0700 |
commit | 4a6f3b24bae6d466587f6b2cafe92848878e27b4 (patch) | |
tree | c72959708bb4e75b8743ad406258517198489b1f /pyproject.toml | |
parent | The big VGStash-Web commit! (diff) | |
download | vgstash-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.toml | 3 |
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" |