Skip to content

Commit

Permalink
readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdeljelil committed Aug 6, 2016
1 parent 624b37e commit 94cdce0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ Threaded API:
handler.run()
.. |versions| image:: https://img.shields.io/pypi/pyversions/websokcer_redis.svg
:target: https://pypi.python.org/pypi/websokcer_redis
.. |versions| image:: https://img.shields.io/pypi/pyversions/websocket_redis.svg
:target: https://pypi.python.org/pypi/websocket_redis
:alt: Python versions supported
.. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/websokcer_redis.svg?branch=master
.. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/websocket_redis.svg?branch=master
:target: http://codecov.io/github/nedbat/coveragepy?branch=master
:alt: Coverage!
.. |status| image:: https://img.shields.io/pypi/status/websokcer_redis.svg
:target: https://pypi.python.org/pypi/websokcer_redis
.. |status| image:: https://img.shields.io/pypi/status/websocket_redis.svg
:target: https://pypi.python.org/pypi/websocket_redis
:alt: Package stability
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.md
description-file = README.rst

[bdist_wheel]
python-tag = py34.py35
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

from setuptools import find_packages, setup

version = ("0", "0", "9")
version = ("0", "1", "1")


root = os.path.dirname(__file__)
readme_file = os.path.join(root, 'README.md')
readme_file = os.path.join(root, 'README.rst')

if os.path.isfile(readme_file):
with open(readme_file) as f:
Expand Down

0 comments on commit 94cdce0

Please sign in to comment.