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 /MANIFEST.in | |
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 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 168ea16..593acb9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,5 @@ include LICENSE include README.md include requirements.txt include setup.py +graft src/vgstash/web +exclude src/vgstash/web/vgstash.json |