1 Star 1 Fork 0

Aestate Project/Aestate Json

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
广东彭于晏 提交于 2021-08-09 14:48 +08:00 . 2
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="aestate-json",
version="1.0.2",
author="CACode",
author_email="cacode@163.com",
description="Aestate Framework for Python,You can see:https://gitee.com/canotf/aestate",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitee.com/canotf/aestate-json",
project_urls={
"Bug Tracker": "https://gitee.com/canotf/aestate-json/issues",
},
license=' Apache License 2.0',
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
python_requires=">=3.6",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/aecode/aestate-json.git
git@gitee.com:aecode/aestate-json.git
aecode
aestate-json
Aestate Json
main

搜索帮助