8000 Update setup.py · madprog/GeneticAlgorithmPython@ab66e04 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab66e04

Browse files
authored
Update setup.py
1 parent 8bd6fbc commit ab66e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author="Ahmed Fawzy Gad",
1010
install_requires=["numpy", "matplotlib", "cloudpickle",],
1111
author_email="ahmed.f.gad@gmail.com",
12-
description="PyGAD: A Python 3 Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).",
12+
description="PyGAD: A Python Library for Building the Genetic Algorithm and Training Machine Learning Algoithms (Keras & PyTorch).",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/ahmedfgad/GeneticAlgorithmPython",

0 commit comments

Comments
 (0)
0