Skip to content

Commit 46b5451

Browse files
committed
Add Topic classifiers
1 parent a870dd6 commit 46b5451

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

setup.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@
2121
"Programming Language :: Python :: 3.7",
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
24-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2524
"License :: OSI Approved :: Apache Software License",
26-
"Intended Audience :: Developers"
27-
"Intended Audience :: Education"
28-
"Intended Audience :: Science/Research"
29-
25+
"Intended Audience :: Developers",
26+
"Intended Audience :: Education",
27+
"Intended Audience :: Science/Research",
28+
"Topic :: Scientific/Engineering",
29+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
30+
"Topic :: Software Development",
31+
"Topic :: Software Development :: Libraries",
32+
"Topic :: Software Development :: Libraries :: Python Modules",
33+
"Topic :: Scientific/Engineering :: Mathematics"
3034
],
3135

3236
url="https://github.com/Rishit-dagli/Gradient-Centralization-TensorFlow",

0 commit comments

Comments
 (0)