mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-07-15 12:17:19 +02:00
chore(release): v0.8.1 — exclude data/ from sdist
The 0.8.0 PyPI publish uploaded the wheel but the sdist was rejected (400 File too large): hatchling's default sdist bundled the committed data/ test corpora (synthid_corpus images + the new visible-mark captures), pushing it past PyPI's per-project file-size limit. Add a sdist target that excludes /data, dropping it ~85 MB -> 9.8 MB. The wheel already ships only src/ and is unaffected. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""Remove-AI-Watermarks: Unified tool for removing visible and invisible AI watermarks."""
|
||||
|
||||
__version__ = "0.8.0"
|
||||
__version__ = "0.8.1"
|
||||
|
||||
Reference in New Issue
Block a user