Skip to content

Commit 97f3c16

Browse files
authored
Add more classifiers
1 parent b42bcd0 commit 97f3c16

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pyproject.toml

+16-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,23 @@ maintainers = [
1212
{name = "Ahmed Gad", email = "ahmed.f.gad@gmail.com"}
1313
]
1414
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"
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"]
1832
dependencies = [
1933
"numpy",
2034
"matplotlib",

0 commit comments

Comments
 (0)