Skip to content

Commit

Permalink
Fixed problem with PyPI rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Apr 8, 2019
1 parent 135e5dd commit a467eec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.swp
.cache/
arduino_simple_rpc.egg-info/
build/
dist/
simple_rpc/*.pyc
simple_rpc/__pycache__/
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,11 @@ Further reading
---------------

For more information about the host library and other interfaces, please see
the :doc:`usage` and :doc:`library` sections.
the Usage_ and Library_ sections.


.. _Arduino: https://www.arduino.cc
.. _simpleRPC: https://simpleRPC.readthedocs.io
.. _ReadTheDocs: https://arduino-simple-rpc.readthedocs.io
.. _Usage: https://arduino-simple-rpc.readthedocs.io/en/latest/usage.html
.. _Library: https://arduino-simple-rpc.readthedocs.io/en/latest/library.html
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = arduino-simple-rpc
version = 2.0.0
version = 2.0.1
description = Arduino simpleRPC API client library and CLI.
long_description = file: README.rst
author = Jeroen F.J. Laros
Expand Down

0 comments on commit a467eec

Please sign in to comment.