mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
Update setup.py to include readme and set version as 0.1
This commit is contained in:
13
README.rst
13
README.rst
@@ -1,3 +1,16 @@
|
|||||||
|
.. image:: https://pypip.in/version/connexion/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/connexion
|
||||||
|
:alt: Latest Version
|
||||||
|
|
||||||
|
.. image:: https://pypip.in/status/connexion/badge.svg
|
||||||
|
:target: https://pypi.python.org/pypi/connexion
|
||||||
|
:alt: Development Status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/l/connexion.svg
|
||||||
|
:target: https://github.com/zalando/connexion/blob/master/LICENSE
|
||||||
|
:alt: License
|
||||||
|
|
||||||
|
|
||||||
Connexion
|
Connexion
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
version = 0
|
version = 0.1
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -11,8 +11,9 @@ setup(
|
|||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
version=version,
|
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',
|
author='Zalando SE',
|
||||||
url='https://github.com/zalando/',
|
url='https://github.com/zalando/connexion',
|
||||||
license='Apache License Version 2.0',
|
license='Apache License Version 2.0',
|
||||||
install_requires=['flask', 'PyYAML', 'tornado', 'requests'],
|
install_requires=['flask', 'PyYAML', 'tornado', 'requests'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
@@ -22,7 +23,6 @@ setup(
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
],
|
],
|
||||||
long_description='Connexion - API first applications with swagger and flask',
|
|
||||||
include_package_data=True, # needed to include swagger-ui (see MANIFEST.in)
|
include_package_data=True, # needed to include swagger-ui (see MANIFEST.in)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user