From 5e4ac1dc023fc05205f3dc74f580eb6445f70d9a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 17 Aug 2021 20:22:09 +0200 Subject: [PATCH] Ajout des certificats dans le module Signed-off-by: Yohann D'ANELLO --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7d68d85..7b63c15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,9 @@ install_requires = cryptography>=3.3.2 python_requires = >=3.6 +[options.package_data] +pscheck = certs/*.pem + [options.entry_points] console_scripts = pscheck = pscheck.pscheck:main