From 24856cfafde178d89e14b76a95348f3e0e857bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sa=C5=82aban?= Date: Mon, 11 Mar 2019 21:33:21 +0100 Subject: [PATCH] Update repo location --- README.rst | 10 +++++----- docs/source/index.rst | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 150dbdd..3a90fd2 100644 --- a/README.rst +++ b/README.rst @@ -4,18 +4,18 @@ Python Monero module |travis|_ |coveralls|_ -.. |travis| image:: https://travis-ci.org/emesik/monero-python.svg -.. _travis: https://travis-ci.org/emesik/monero-python +.. |travis| image:: https://travis-ci.org/monero-ecosystem/monero-python.svg +.. _travis: https://travis-ci.org/monero-ecosystem/monero-python -.. |coveralls| image:: https://coveralls.io/repos/github/emesik/monero-python/badge.svg -.. _coveralls: https://coveralls.io/github/emesik/monero-python +.. |coveralls| image:: https://coveralls.io/repos/github/monero-ecosystem/monero-python/badge.svg +.. _coveralls: https://coveralls.io/github/monero-ecosystem/monero-python A comprehensive Python module for handling Monero cryptocurrency. * release 0.5 -* open source: https://github.com/emesik/monero-python +* open source: https://github.com/monero-ecosystem/monero-python * works with Monero 0.12.x and `the latest source`_ (at least we try to keep up) * Python 2.x and 3.x compatible * comes with `documentation`_ diff --git a/docs/source/index.rst b/docs/source/index.rst index 9e1b864..6fee17d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,7 @@ from the Monero environment, like wallets, accounts, addresses, transactions. Currently it operates over JSON RPC protocol, however other backends are planned as well. -Project homepage: https://github.com/emesik/monero-python +Project homepage: https://github.com/monero-ecosystem/monero-python .. toctree:: :maxdepth: 2 diff --git a/setup.py b/setup.py index cca618b..2fe2ccc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name = 'monero-python', version = version, description = 'A comprehensive Python module for handling Monero cryptocurrency', - url = 'https://github.com/emesik/monero-python/', + url = 'https://github.com/monero-ecosystem/monero-python/', long_description = open('README.rst', 'rb').read().decode('utf-8'), install_requires = open('requirements.txt', 'r').read().splitlines(), tests_require=open('test_requirements.txt', 'r').read().splitlines(),