From: Stefano Rivera <stefanor@debian.org>
Date: Sat, 25 May 2024 11:45:05 -0400
Subject: Add a MANIFEST.in to keep SOURCES.txt reproducible

Upstream's SOURCES.txt don't match what we generate, because we're not
working from their git repo.

Forwarded: not-needed
---
 MANIFEST.in                | 1 +
 twine.egg-info/SOURCES.txt | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 MANIFEST.in

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..6c665c7
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+prune debian
diff --git a/twine.egg-info/SOURCES.txt b/twine.egg-info/SOURCES.txt
index 9d0ac55..a9b5dd0 100644
--- a/twine.egg-info/SOURCES.txt
+++ b/twine.egg-info/SOURCES.txt
@@ -6,10 +6,13 @@
 .readthedocs.yaml
 AUTHORS
 LICENSE
+MANIFEST.in
+PKG-INFO
 README.rst
 mypy.ini
 pyproject.toml
 pytest.ini
+setup.cfg
 tox.ini
 .github/dependabot.yml
 .github/ISSUE_TEMPLATE/01_upload_failed.yml
