-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
4,809 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ | |
""" | ||
|
||
__VERSION__ = """ | ||
v2.8.40-x3d3s3-stable | ||
v2.8.41-x3d3s3-stable | ||
""" | ||
|
||
__AUTHOR__ = """ | ||
Eigenmiao ([email protected]) | ||
""" | ||
|
||
__DATE__ = """ | ||
July 23, 2023 | ||
October 15, 2023 | ||
""" | ||
|
||
__HELP__ = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
setup( | ||
name="Rickrack", | ||
version="2.8.40", | ||
version="2.8.41", | ||
author="Eigenmiao", | ||
author_email="[email protected]", | ||
description="Generate harmonious colors freely.", | ||
|
@@ -39,24 +39,32 @@ | |
"Natural Language :: Chinese (Simplified)", | ||
"Natural Language :: English", | ||
], | ||
|
||
keywords=["Color-Editor", "Color-Picker", "Color-Palette", "Digital-Palette", "Desktop-Application"], | ||
install_requires=[ | ||
"numpy", | ||
], | ||
|
||
python_requires=">=3.5", | ||
entry_points={ | ||
"console_scripts": [ | ||
"rickrack = rickrack.rickrack:startup", | ||
], | ||
|
||
"gui_scripts": [ | ||
"rickrack-gui = rickrack.rickrack:startup", | ||
], | ||
|
||
}, | ||
|
||
include_package_data=True, | ||
packages=["rickrack"], | ||
package_data={ | ||
"rickrack": [ | ||
"rickrack/*", | ||
], | ||
|
||
} | ||
|
||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.