mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-11 04:19:36 +00:00
https://github.com/zalando/connexion/issues/9 Use better badges in readme
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
.. image:: https://pypip.in/version/connexion/badge.svg
|
.. image:: https://img.shields.io/pypi/v/connexion.svg
|
||||||
:target: https://pypi.python.org/pypi/connexion
|
:target: https://pypi.python.org/pypi/connexion
|
||||||
:alt: Latest Version
|
:alt: Latest Version
|
||||||
|
|
||||||
.. image:: https://pypip.in/status/connexion/badge.svg
|
.. image:: https://img.shields.io/pypi/status/connexion.svg
|
||||||
:target: https://pypi.python.org/pypi/connexion
|
:target: https://pypi.python.org/pypi/connexion
|
||||||
:alt: Development Status
|
:alt: Development Status
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/pyversions/connexion.svg
|
||||||
|
:target: https://pypi.python.org/pypi/connexion
|
||||||
|
:alt: Python Versions
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/l/connexion.svg
|
.. image:: https://img.shields.io/pypi/l/connexion.svg
|
||||||
:target: https://github.com/zalando/connexion/blob/master/LICENSE
|
:target: https://github.com/zalando/connexion/blob/master/LICENSE
|
||||||
:alt: License
|
:alt: License
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ import sys
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|
||||||
version = '0.4.1'
|
version = '0.5.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
class PyTest(TestCommand):
|
class PyTest(TestCommand):
|
||||||
|
|||||||
Reference in New Issue
Block a user