Skip to content

Commit 6e2167e

Browse files
made some minor changes
1 parent f043f79 commit 6e2167e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/build.yml

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Dependencies are automatically detected, but it might need
55
# fine tuning.
66
build_options = {'packages': ['os', 'getpass', 'library'], 'excludes': [], 'build_exe': 'build_windows',
7-
'include_files': ['icon.ico', 'README.md', 'Licence.md', 'icon.jpg']}
7+
'include_files': ['icon.ico', 'README.md', 'LICENSE.md', 'icon.jpg']}
88

99
base = 'Win32GUI' if sys.platform == 'win32' else None
1010

0 commit comments

Comments
 (0)