From 7cc2e6de422e230983b8dc54c7c1e46c8bebd156 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sun, 4 May 2025 21:48:57 +0000 Subject: [PATCH] Remove unused MANIFEST.in The file is not used because PBR is used. Change-Id: I75b0dd4bf71095a9890a4fd72984970e17d7da3f --- MANIFEST.in | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 03ed26e56b..0000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,17 +0,0 @@ -recursive-include doc *.py *.rst *.scss *.js *.html *.conf *.jpg *.gif *.png -recursive-include horizon *.html *.scss *.js *.csv *.template *.tmpl *.mo *.po -recursive-include openstack_dashboard *.html *.js *.scss *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.ico *.wsgi *.gif *.csv *.template -recursive-include tools *.py *.sh -recursive-include openstack_dashboard/conf * - -include AUTHORS -include ChangeLog -include LICENSE -include manage.py -include README.rst -include tox.ini -include doc/source/_templates/.placeholder -include requirements.txt -include test-requirements.txt - -exclude openstack_dashboard/local/local_settings.py