From d1cc6db2b73f6381e82cfa8613da66e8b3705440 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 25 Aug 2020 17:27:05 +0200 Subject: Add MANIFEST.in to include j2 file in the python package Not sure it is the best way, maybe it can be done with setup.cfg.. it seems to be OK Issue-ID: INT-1570 Signed-off-by: mrichomme Change-Id: I7a1ddefba0ec0bbe35a5a51baebdf4a715a4f131 Signed-off-by: mrichomme --- test/security/check_certificates/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/security/check_certificates/setup.py') diff --git a/test/security/check_certificates/setup.py b/test/security/check_certificates/setup.py index 9a370e270..f5154f282 100644 --- a/test/security/check_certificates/setup.py +++ b/test/security/check_certificates/setup.py @@ -1,4 +1,5 @@ import setuptools setuptools.setup( setup_requires=['pbr', 'setuptools'], - pbr=True) + pbr=True, + include_package_data=True) -- cgit 1.2.3-korg