2 Star 0 Fork 0

mirrors_virtuald/pybind11-stubgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sergei Izmailov 提交于 5年前 . Release 0.3.4
from setuptools import setup
setup(
name='pybind11-stubgen',
maintainer="Sergei Izmailov",
maintainer_email="sergei.a.izmailov@gmail.com",
description="PEP 561 type stubs generator for pybind11 modules",
url="https://github.com/sizmailov/pybind11-stubgen",
version="0.3.4",
long_description=open("README.rst").read(),
license="BSD",
entry_points={'console_scripts': 'pybind11-stubgen = pybind11_stubgen.__init__:main'},
packages=['pybind11_stubgen']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_virtuald/pybind11-stubgen.git
git@gitee.com:mirrors_virtuald/pybind11-stubgen.git
mirrors_virtuald
pybind11-stubgen
pybind11-stubgen
master

搜索帮助