no need to copy contact_all.xlsx
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user