From 785be31863260c872a48c7226cfc352579693c86 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 21 Feb 2024 13:16:54 -0500 Subject: [PATCH] Remove obsolete MANIFEST.in files These were needed back when we were creating Python source tarballs (sdist) and using those to build Debian packages, but thankfully we're not doing that anymore. --- client/MANIFEST.in | 33 --------------------------------- export/MANIFEST.in | 9 --------- log/MANIFEST.in | 9 --------- proxy/MANIFEST.in | 8 -------- 4 files changed, 59 deletions(-) delete mode 100644 client/MANIFEST.in delete mode 100644 export/MANIFEST.in delete mode 100644 log/MANIFEST.in delete mode 100644 proxy/MANIFEST.in diff --git a/client/MANIFEST.in b/client/MANIFEST.in deleted file mode 100644 index ac7c8840a..000000000 --- a/client/MANIFEST.in +++ /dev/null @@ -1,33 +0,0 @@ -include requirements/build-requirements.txt -include requirements/requirements.txt -include README.md -include LICENSE -include changelog.md -include setup.py -include files/alembic.ini -include files/client.ini -include files/securedrop-client -include files/securedrop-client.desktop -include files/sd-app-qubes-gpg-domain.sh -include files/usr.bin.securedrop-client - -recursive-include alembic * -recursive-include securedrop_client * - -recursive-exclude alembic *.pyc -recursive-exclude securedrop_client *.pyc - - -# --- LOCALIZATION --- - -# Translations may appear in the tree before we consider them supported, so -# don't include any by default. -prune securedrop_client/locale - -# Explicitly include only supported translations, one line for each $LANG, like: -# -# graft securedrop_client/locale/$LANG -# -# Please keep this list alphabetized. -graft securedrop_client/locale/pt_PT -graft securedrop_client/locale/zh_Hans diff --git a/export/MANIFEST.in b/export/MANIFEST.in deleted file mode 100644 index 14848c347..000000000 --- a/export/MANIFEST.in +++ /dev/null @@ -1,9 +0,0 @@ -include LICENSE -include README.md -include changelog.md -include build-requirements.txt -include securedrop_export/*.py -include setup.py -include files/send-to-usb.desktop -include files/application-x-sd-export.xml -include files/sd-logo.png diff --git a/log/MANIFEST.in b/log/MANIFEST.in deleted file mode 100644 index bba9999d8..000000000 --- a/log/MANIFEST.in +++ /dev/null @@ -1,9 +0,0 @@ -include LICENSE -include README.md -include changelog.md -include build-requirements.txt -include securedrop-log* -include securedrop-redis-log -include securedrop.Log -include sd-rsyslog* -include sdlog.conf diff --git a/proxy/MANIFEST.in b/proxy/MANIFEST.in deleted file mode 100644 index 4686841ae..000000000 --- a/proxy/MANIFEST.in +++ /dev/null @@ -1,8 +0,0 @@ -include LICENSE -include README.md -include changelog.md -include config-example.yaml -include qubes/securedrop.Proxy -include build-requirements.txt -include securedrop_proxy/*.py -include setup.py