From a38b6ee751951b1cf8b9ab428e35de8e1fea327c Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Tue, 20 Oct 2020 00:07:24 +0200 Subject: [PATCH] Fixed typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 95963e5..2092866 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( version=torch_agent.__version__, author="B.J. Dweck", author_email="bjdweck@gmail.com", - description="TORch: Iluminate the Way to your Node", + description="TORch: Illuminate the Way to your Node", long_description=long_description, long_description_content_type="text/markdown", url="https://git.rudefox.io/bj/torch-agent",