@@ -12,9 +12,23 @@ maintainers = [
12
12
{name = " Ahmed Gad" , email = " ahmed.f.gad@gmail.com" }
13
13
]
14
14
classifiers = [
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"
16
30
]
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" ]
18
32
dependencies = [
19
33
" numpy" ,
20
34
" matplotlib" ,
0 commit comments