1 Star 0 Fork 1

simon2033/pyOCCT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
Trevor Laughlin 提交于 2021-04-30 14:29 . OCCT 7.5.1 (#79)
from setuptools import setup
setup(
name='OCCT',
version='7.5.1.0',
packages=['OCCT', 'OCCT.Exchange', 'OCCT.Visualization'],
package_data={'OCCT': ['*.so', '*.pyd', '*.dll', 'Visualization/_resources/*']},
author='Trevor Laughlin',
description='Python bindings for OpenCASCADE via pybind11.',
url='https://github.com/trelau/pyOCCT',
license='LGPL v2.1',
platforms=['Windows', 'Linux']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simon2033/pyOCCT.git
git@gitee.com:simon2033/pyOCCT.git
simon2033
pyOCCT
pyOCCT
master

搜索帮助