From b4d60d77c177098ef8e415dcd62e939579407a79 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Sun, 3 Jul 2022 20:24:18 +0200 Subject: [PATCH] no need to copy contact_all.xlsx --- appointment_mac.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/appointment_mac.spec b/appointment_mac.spec index e02fd55..16b7857 100644 --- a/appointment_mac.spec +++ b/appointment_mac.spec @@ -49,6 +49,5 @@ coll = COLLECT( name='appointment', ) import shutil -shutil.copyfile('./contact_all.xlsx', '{0}/contact_all.xlsx'.format(DISTPATH)) shutil.copyfile('./config.ini', '{0}/config.ini'.format(DISTPATH)) shutil.copytree('./venv/lib/python3.8/site-packages/grpc/_cython/_credentials', '{0}/appointment/grpc/_cython/_credentials'.format(DISTPATH)) \ No newline at end of file