Skip to content

Commit

Permalink
Update setup.py to include readme and set version as 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed May 19, 2015
1 parent 5b94fb6 commit c3b01b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
=========

Expand Down
2 changes: 1 addition & 1 deletion connexion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0
version = 0.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
packages=find_packages(),
version=version,
description='Connexion - API first applications with swagger and flask',
long_description=open('README.rst').read(),
author='Zalando SE',
url='https://github.com/zalando/',
url='https://github.com/zalando/connexion',
license='Apache License Version 2.0',
install_requires=['flask', 'PyYAML', 'tornado', 'requests'],
classifiers=[
Expand All @@ -22,7 +23,6 @@
'Intended Audience :: Developers',
'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)

)

0 comments on commit c3b01b4

Please sign in to comment.