代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
"""
Real-time Color Kit (Rickrack) is a free software, which is distributed
in the hope that it will be useful, but WITHOUT ANY WARRANTY. You can
redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation. See the GNU General
Public License for more details.
Please visit https://github.com/eigenmiao/Rickrack for more infomation
about Rickrack.
Copyright (c) 2019-2023 by Eigenmiao. All Rights Reserved.
"""
from setuptools import setup
setup(
name="Rickrack",
version="2.9.10",
author="Eigenmiao",
author_email="eigenmiao@outlook.com",
description="Generate harmonious colors freely.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
url="https://eigenmiao.com/rickrack/",
classifiers=[
"Topic :: Multimedia :: Graphics",
"Topic :: Utilities",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Environment :: X11 Applications",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Other Audience",
"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/*",
],
}
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。