From 213524c9af83162ec044a3440cbc2ff74266cfba Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Tue, 15 Sep 2020 22:57:20 -0400 Subject: [PATCH] Email fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9cb5c65..35330ff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name="nnf", version='0.3.0', author="Jan Verbeek, Christian Muise", - author_email="jan.verbeek@posteo.nl; christian.muise@queensu.ca", + author_email="jan.verbeek@posteo.nl, christian.muise@queensu.ca", description="Manipulate NNF (Negation Normal Form) logical sentences", url="https://github.com/QuMuLab/python-nnf", packages=setuptools.find_packages(),