Skip to content

Commit

Permalink
Deleted raw html from readme to fix pypi deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
madnesspie committed Apr 30, 2020
1 parent 9f21c8c commit f612a48
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
40 changes: 18 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
.. role:: bash(code)
:language: bash
.. role:: raw-html(raw)
:format: html

.. raw:: html

<p align="center">
<br>
<a href="https://github.com/madnesspie/obm">
<img src="https://raw.githubusercontent.com/madnesspie/obm/e310e12d5485a98bb3b6526ac71b5c5ccd702961/logo.svg" alt="OBM" width="70%">
</a>
<br>
<br>
<b>Async blockchain nodes interacting tool with ORM-like API</b>
<br>
<a href="https://obm.readthedocs.io/">
Documentation
</a>
<a href="https://github.com/madnesspie/obm/releases">
Releases
</a>
<br>
<br>
<br>
</p>
|
.. image:: https://raw.githubusercontent.com/madnesspie/obm/e310e12d5485a98bb3b6526ac71b5c5ccd702961/logo.svg
:target: https://github.com/madnesspie/obm
:align: center
:width: 70%
:alt: OBM logo

|
|
|
|
|travis| |pypi-version| |readthedocs| |code-style|

Expand Down Expand Up @@ -60,6 +51,11 @@ JSON RPC or/and other non-standard API. OBM is trying to do typically things in
universal way. Thereby standardization and unification become the second
project goal.

Resources
=========
- `Documentation <https://obm.readthedocs.io/>`_
- `Releases <https://github.com/madnesspie/obm/releases>`_

Installation
============

Expand Down
2 changes: 1 addition & 1 deletion obm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.0.18"
__version__ = "0.0.19"

0 comments on commit f612a48

Please sign in to comment.