2 Star 10 Fork 2

Python超人/神笔码靓

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="code_painter",
version="1.0.0",
author="march3",
author_email="gang.wei@qq.com",
description="神笔码靓,意如其神笔般神奇,融合代码与艺术魅力,呈现靓丽精彩绘图效果。如神笔马良般,能使虚拟创作成实体物件,让作品跃然纸上,生动呈现世人眼前。",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitee.com/march3/code_painter.git",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
license_files=('LICENSE',), # 指定license文件
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pythoncr/code_painter.git
git@gitee.com:pythoncr/code_painter.git
pythoncr
code_painter
神笔码靓
master

搜索帮助