From ab66e04c9d44344fb4bbec6b58c0ef0d9ac32fab Mon Sep 17 00:00:00 2001 From: Ahmed Gad Date: Sun, 16 Apr 2023 16:25:07 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5bab50b..7ce2f32f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author="Ahmed Fawzy Gad", install_requires=["numpy", "matplotlib", "cloudpickle",], author_email="ahmed.f.gad@gmail.com", - description="PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).", + description="PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/ahmedfgad/GeneticAlgorithmPython",