@@ -12,9 +12,23 @@ maintainers = [
1212{name = " Ahmed Gad" , email = " ahmed.f.gad@gmail.com" }
1313]
1414classifiers = [
15- " Programming Language :: Python"
15+ " License :: OSI Approved :: BSD License" ,
16+ " Programming Language :: Python" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Natural Language :: English" ,
19+ " Operating System :: OS Independent" ,
20+ " Topic :: Scientific/Engineering" ,
21+ " Topic :: Scientific/Engineering :: Bio-Informatics" ,
22+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
23+ " Topic :: Software Development" ,
24+ " Topic :: Utilities" ,
25+ " Intended Audience :: Information Technology" ,
26+ " Intended Audience :: Science/Research" ,
27+ " Intended Audience :: Developers" ,
28+ " Intended Audience :: Education" ,
29+ " Intended Audience :: Other Audience"
1630]
17- keywords = [" genetic algorithm" , " optimization" , " natural evolution" , " pygad" , " machine learning" , " deep learning" , " neural networks" , " tensorflow" , " keras" , " pytorch" ]
31+ keywords = [" genetic algorithm" , " GA " , " optimization" , " evolutionary algorithm " , " natural evolution" , " pygad" , " machine learning" , " deep learning" , " neural networks" , " tensorflow" , " keras" , " pytorch" ]
1832dependencies = [
1933 " numpy" ,
2034 " matplotlib" ,
0 commit comments