From a99a8ed50f6d1a6705bbba4eae4d248ada09aac9 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Sat, 17 Sep 2022 12:58:31 +0100 Subject: [PATCH] docs: Doc tweaks (repo rename) --- README.rst | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5ef2398..03a96e7 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,6 @@ Running the Unit Tests >>> python -m unittest test.test_metadata >>> python -m unittest test.test_api - - Running the Command Line Interface *md-manage.py* ************************************************* @@ -63,7 +61,6 @@ uploaded. -fp='minimizedAffinity,number,Binding affinity predicted,true,true' -fd='Run smina docking' - Contributing ************ diff --git a/setup.py b/setup.py index 3c93a81..38c92db 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_long_description(): version=os.environ.get('GITHUB_REF_SLUG', '0.0.0'), author='Tim Dudgeon', author_email='tdudgeon@informaticsmatters.com', - url='https://github.com/InformaticsMatters/data-manager-metadata', + url='https://github.com/InformaticsMatters/squonk2-data-manager-metadata', license='MIT', description='A framework for Informatics Matters dataset metadata', long_description=get_long_description(),