2 Star 1 Fork 0

lonngyue / oh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup
setup(
name='vsim',
version='0.0.1',
description='Open Source Verilog Module Library',
url='https://github.com/aolofsson/oh',
author='Andreas Olofsson',
package_dir={'': 'src'},
python_requires='>=3.7',
scripts=[],
packages=[
'vsim'
],
license='Apache License 2.0',
)
Verilog
1
https://gitee.com/lonngyue/oh.git
git@gitee.com:lonngyue/oh.git
lonngyue
oh
oh
main

搜索帮助