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|_ |coveralls|_
.. |travis| image:: https://travis-ci.org/emesik/monero-python.svg .. |travis| image:: https://travis-ci.org/monero-ecosystem/monero-python.svg
.. _travis: https://travis-ci.org/emesik/monero-python .. _travis: https://travis-ci.org/monero-ecosystem/monero-python
.. |coveralls| image:: https://coveralls.io/repos/github/emesik/monero-python/badge.svg .. |coveralls| image:: https://coveralls.io/repos/github/monero-ecosystem/monero-python/badge.svg
.. _coveralls: https://coveralls.io/github/emesik/monero-python .. _coveralls: https://coveralls.io/github/monero-ecosystem/monero-python
A comprehensive Python module for handling Monero cryptocurrency. A comprehensive Python module for handling Monero cryptocurrency.
* release 0.5 * 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) * works with Monero 0.12.x and `the latest source`_ (at least we try to keep up)
* Python 2.x and 3.x compatible * Python 2.x and 3.x compatible
* comes with `documentation`_ * 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 Currently it operates over JSON RPC protocol, however other backends are
planned as well. planned as well.
Project homepage: https://github.com/emesik/monero-python Project homepage: https://github.com/monero-ecosystem/monero-python
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2

View File

@ -29,7 +29,7 @@ setup(
name = 'monero-python', name = 'monero-python',
version = version, version = version,
description = 'A comprehensive Python module for handling Monero cryptocurrency', 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'), long_description = open('README.rst', 'rb').read().decode('utf-8'),
install_requires = open('requirements.txt', 'r').read().splitlines(), install_requires = open('requirements.txt', 'r').read().splitlines(),
tests_require=open('test_requirements.txt', 'r').read().splitlines(), tests_require=open('test_requirements.txt', 'r').read().splitlines(),