1 Star 0 Fork 0

liuqiang123456789/dps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 648 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eric Crawford 提交于 2020-05-11 12:56 . Minor updates.
from setuptools import setup, find_packages
setup(
name='dps',
author="Eric Crawford",
author_email="eric.crawford@mail.mcgill.ca",
version='0.1',
packages=find_packages(),
entry_points={
'console_scripts': ['dps-hyper=dps.hyper.command_line:dps_hyper_cl',
'dps-run=dps.run:run',
'readme=dps.utils.base:view_readme_cl',
'tf-inspect=dps.utils.tf:tf_inspect_cl',
'git-summary=dps.utils.base:git_summary_cl',
'report-to-videos=dps.utils.html_report:report_to_videos_cl']
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuqiang123456789/dps.git
git@gitee.com:liuqiang123456789/dps.git
liuqiang123456789
dps
dps
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385