Skip to content

Commit b489a5b

Browse files
updated the repo
1 parent dd4ccf7 commit b489a5b

File tree

3 files changed

+8
-59
lines changed

3 files changed

+8
-59
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) {{ year }} {{ organization }}
1+
Copyright (c) {{ 2024}} {{ CodeCraftStudios }}
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1616
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1717
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1818
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
19-
OR OTHER DEALINGS IN THE SOFTWARE.
19+
OR OTHER DEALINGS IN THE SOFTWARE.

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
version = 'v1.2.0'
55

66

7-
os.system(f"echo '::set-output name=version::{version}'")
7+
# os.system(f"echo '::set-output name=version::{version}'")
88
# Dependencies are automatically detected, but it might need
99
# fine tuning.
10-
build_options = {'packages': ['os', 'getpass', 'library'], 'excludes': [], 'build_exe': 'build_windows',
10+
build_options = {'packages': ['os', 'getpass', 'library','pystray'], 'excludes': [], 'build_exe': 'build_windows',
1111
'include_files': ['icon.ico', 'README.md', 'LICENSE.md', 'icon.jpg']}
1212

1313
base = 'Win32GUI' if sys.platform == 'win32' else None
@@ -20,4 +20,7 @@
2020
version=version,
2121
description='Auto Download Sorter',
2222
options={'build_exe': build_options},
23-
executables=executables)
23+
executables=executables,
24+
author='CodeCraftPlugin',
25+
author_email='[email protected]',
26+
license='MIT')

0 commit comments

Comments
 (0)