Skip to content

Commit

Permalink
feat: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolnov committed Dec 8, 2022
1 parent 93c6afb commit fef0079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![PyPi Package Version](https://img.shields.io/pypi/v/py-near)](https://pypi.org/project/py-near)
[![Downloads](https://img.shields.io/pypi/dm/py-near.svg?style=flat-square)](https://pypi.python.org/pypi/py-near)
[![Supported python versions](https://img.shields.io/pypi/pyversions/py-near)](https://pypi.python.org/pypi/py-near)
[![Documentation Status](https://img.shields.io/readthedocs/py-near?style=flat-square)](http://docs.py-near.dev/en/latest/?badge=latest)
[![Documentation Status](https://img.shields.io/readthedocs/py-near?style=flat-square)](https://py-near.readthedocs.io/en/latest)
[![Github issues](https://img.shields.io/github/issues/py-near/py-near.svg?style=flat-square)](https://github.com/pvolnov/py-near/issues)
[![MIT License](https://img.shields.io/pypi/l/py-near.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
author="Petr Volnov",
documentation="Petr Volnov",
documentation="https://py-near.readthedocs.io/en/latest/",
license="MIT",
install_requires=["base58", "ed25519", "aiohttp"],
)

0 comments on commit fef0079

Please sign in to comment.