ReadMe doesn't exist there

This commit is contained in:
Mike A. Trethewey
2021-01-08 01:00:42 -08:00
parent 6acecc6254
commit 880010ae24
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ binaries = []
a = Analysis([f"../{BINARY_SLUG}.py"],
pathex=[],
binaries=binaries,
datas=[('../data/', 'data/'), ('../README.html', '.')],
datas=[('../data/', 'data/')],
hiddenimports=hiddenimports,
hookspath=[],
runtime_hooks=[],