~javiljoen/monitor

3dc673e319a4d2506393006dc4a22a12a80bf3c3 — JA Viljoen 2 years ago 29804cb master
Remove references to GitHub from README & setup.py
2 files changed, 4 insertions(+), 4 deletions(-)

M README.rst
M setup.py
M README.rst => README.rst +2 -2
@@ 61,9 61,9 @@ subprocess.
Installation
------------

Download the source from GitHub::
Clone the source code repository::

   git clone [--depth=1] https://github.com/javiljoen/monitor.git
   git clone [--depth=1] https://git.sr.ht/~javiljoen/monitor

where the ``depth`` parameter will get you the latest version only
instead of the whole commit history.

M setup.py => setup.py +2 -2
@@ 3,10 3,10 @@ import setuptools
setuptools.setup(
    name='monitor',
    version='1.0.0',
    url='https://github.com/javiljoen/monitor',
    url='https://git.sr.ht/~javiljoen/monitor',

    author='Jack Viljoen',
    author_email='javiljoen@users.noreply.github.com',
    author_email='javiljoen@javiljoen.net',

    description='Resource monitor for profiling processes and their subprocesses',
    long_description=open('README.rst').read(),