From 33b89492eb2b15db453c91c9dd0d6d837cb81915 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Fri, 9 May 2025 14:53:58 +0000 Subject: [PATCH] Remove unused MANIFEST.in The file is not used because PBR is used. Change-Id: Iefef64f63cbd8847a6b0322edc4a8ce85a6b8580 --- MANIFEST.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 495d35c967..0000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,13 +0,0 @@ -include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py -include CHANGELOG CONTRIBUTING.rst README.rst -include babel.cfg -include test/sample.conf -include tox.ini -include requirements.txt test-requirements.txt -graft doc -graft etc -graft swift/locale -recursive-include swift/common/middleware/s3api/schema *.rng -graft test/functional -graft test/probe -graft test/unit