Skip to content

Commit

Permalink
Tiny fixes setup.py and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zensoup committed Dec 21, 2018
1 parent 93d8d08 commit 0dddfb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
FHIRBUG
-------

.. image:: https://travis-ci.org/zensoup/fhirbug.svg?branch=master
:target: https://travis-ci.org/zensoup/fhirbug

.. image:: https://readthedocs.org/projects/pip/badge/?version=latest
:target: https://fhirbug.readthedocs.io
:alt: Documentation
:target: https://fhirbug.readthedocs.io
:alt: Documentation

.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7-blue.svg
:alt: Python Versions
:target:

.. image:: https://travis-ci.org/zensoup/fhirbug.svg?branch=master
:target: https://travis-ci.org/zensoup/fhirbug

Fhirbug intends to be a full-featured `FHIR`_ server for python >= **3.6**. It has been
designed to be easy to set up and configure and be flexible when it comes to
the rest of tools it is combined with, like web frameworks and database interfaces.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(name='fhirbug',
version='0.1.1',
packages=find_packages(),
author="Vagelis Kostalas",
author="Vangelis Kostalas",
author_email="kostalas.v@gmail.com",
description="A Fhir server",
python_requires=">=3.6",
Expand Down

0 comments on commit 0dddfb4

Please sign in to comment.