Skip to content

Commit 440bd92

Browse files
committedAug 30, 2022
added classifiers in toml file
1 parent 9bf9c61 commit 440bd92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Intended Audience :: Information Technology",
2222
"Intended Audience :: Developers",
2323
"Intended Audience :: Education",
24-
"License :: OSI Approved :: BSD 3-Clause",
24+
"License :: OSI Approved :: BSD License",
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3 :: Only",
2727
"Programming Language :: Python :: 3.7",
@@ -32,6 +32,7 @@ classifiers = [
3232
"Intended Audience :: Science/Research",
3333
"Topic :: Scientific/Engineering",
3434
"Topic :: Software Development",
35+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3536
"Topic :: Software Development :: Libraries :: Application Frameworks",
3637
"Topic :: Software Development :: Libraries :: Python Modules",
3738
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)
Please sign in to comment.