mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
add some PyPI keywords
This commit is contained in:
3
setup.py
3
setup.py
@@ -38,10 +38,11 @@ setup(
|
||||
name='connexion',
|
||||
packages=find_packages(),
|
||||
version=version,
|
||||
description='Connexion - API first applications with swagger and flask',
|
||||
description='Connexion - API first applications with Swagger and Flask',
|
||||
long_description=open('README.rst').read(),
|
||||
author='Zalando SE',
|
||||
url='https://github.com/zalando/connexion',
|
||||
keywords='swagger rest api oauth flask microservice framework',
|
||||
license='Apache License Version 2.0',
|
||||
install_requires=requires,
|
||||
tests_require=['pytest-cov', 'pytest'],
|
||||
|
||||
Reference in New Issue
Block a user