1 Star 0 Fork 0

Chrithon/BeamNGpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 528 Bytes
一键复制 编辑 原始数据 按行查看 历史
import setuptools
import os
import os.path
def long_description():
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as infile:
return infile.read()
def read(fil):
fil = os.path.join(os.path.dirname(__file__), fil)
with open(fil, encoding='utf-8') as f:
return f.read()
setuptools.setup(version=read('src/beamngpy/version.txt'),
long_description=long_description(),
long_description_content_type='text/markdown')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chrithon_official/BeamNGpy.git
git@gitee.com:chrithon_official/BeamNGpy.git
chrithon_official
BeamNGpy
BeamNGpy
master

搜索帮助