Update repo location

This commit is contained in:
Michał Sałaban 2019-03-11 21:33:21 +01:00
parent 125d5eac0d
commit 24856cfafd
3 changed files with 7 additions and 7 deletions

View File

@ -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`_

View File

@ -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

View File

@ -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(),