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',