From ae7c6bc926d9c586d7b450596d899cea8c7b4a66 Mon Sep 17 00:00:00 2001 From: Christian Hill Date: Mon, 11 May 2020 14:11:36 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fd2094b..8524ddb 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ # allow setup.py to be run from any path os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) - # Project uses reStructuredText, so ensure that the docutils get - # installed or upgraded on the target machine - install_requires=["docutils>=0.3"], +# Project uses reStructuredText, so ensure that the docutils get +# installed or upgraded on the target machine +install_requires=["docutils>=0.3"], setup( name='refs',