From 3d6995576ce49ec00f318c20d61b29d3f7a3604b Mon Sep 17 00:00:00 2001 From: KeleranV Date: Thu, 29 Apr 2021 01:03:25 -0700 Subject: moving the scripts in a folder and rewriting the setup.py to find them once they're moved --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 494dbd23..d3a80ce0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( }, entry_points=""" [console_scripts] - process-certs=process_certificates:main - fips-certs=fips_certificates:main + process-certs=sec_certs.entrypoints.process_certificates:main + fips-certs=sec_certs.entrypoints.fips_certificates:main """ ) -- cgit v1.3.1