From 4a45232c7e406349fbdfd4573106abb58cd6a168 Mon Sep 17 00:00:00 2001 From: "Ryan J. Dillon" Date: Fri, 13 Dec 2019 21:09:36 +0100 Subject: [PATCH] Slight fix to README.rst --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ae98af..33b3bcf 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def requirements(fp: str): setup( name="pyotelem", description=( - "Utilities for working with biotelemetry and datalogger " "data in Python" + "Utilities for working with biotelemetry and datalogger data in Python" ), long_description=long_description, author="Ryan J. Dillon",