11 Star 2 Fork 6

99cloud/pecan-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Wenxiang 提交于 2022-03-18 09:23 . fix: tox error
import setuptools
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setuptools.setup(
name='pecan-swagger',
version='0.1.2',
description='A project to produce swagger from pecan',
long_description=long_description,
url='https://github.com/elmiko/pecan-swagger',
author='Michael McCune',
author_email='[email protected]',
license='BSD',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.6',
],
keywords='pecan swagger development',
packages=[
'pecan_swagger',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dev-99cloud/pecan-swagger.git
[email protected]:dev-99cloud/pecan-swagger.git
dev-99cloud
pecan-swagger
pecan-swagger
master

搜索帮助