代码拉取完成,页面将自动刷新
#!/usr/bin/env python
from setuptools import setup
with open('README.rst') as file_:
LONG_DESCRIPTION = file_.read()
setup(name='PyBindGen',
use_scm_version={"version_scheme": "post-release",
"write_to": "pybindgen/version.py"},
setup_requires=['setuptools_scm'],
description='Python Bindings Generator',
author='Gustavo Carneiro',
url='https://launchpad.net/pybindgen',
packages=['pybindgen',
'pybindgen.typehandlers',
'pybindgen.typehandlers.ctypeparser',
],
long_description=LONG_DESCRIPTION,
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。