1 Star 0 Fork 1

PacteraBoy/PyDaMo

forked from Martin/PyDaMo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setup.py 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
Martin 提交于 2019-10-22 14:30 . 初次推送
import setuptools
with open("README.md", "r", encoding = "utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="PyDaMo",
version="0.1.0",
author="Martin",
author_email="1403951401@qq.com",
description="Interop.SHDocVw",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://code.aliyun.com/a1403951401/PyDaMo",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=[
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/PacteraBoy/PyDaMo.git
git@gitee.com:PacteraBoy/PyDaMo.git
PacteraBoy
PyDaMo
PyDaMo
master

搜索帮助