Skip to content

Commit c4c1b0f

Browse files
authored
Merge pull request #19 from Rishit-dagli/update-classifiers
Update relevant pypi classifiers
2 parents 4ee65d6 + 46b5451 commit c4c1b0f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,22 @@
1515
long_description_content_type="text/markdown",
1616

1717
classifiers=[
18+
"Development Status :: 4 - Beta",
1819
"Programming Language :: Python :: 3",
20+
"Programming Language :: Python :: 3 :: Only",
1921
"Programming Language :: Python :: 3.7",
2022
"Programming Language :: Python :: 3.8",
2123
"Programming Language :: Python :: 3.9",
22-
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2324
"License :: OSI Approved :: Apache Software License",
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"
2434
],
2535

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

0 commit comments

Comments
 (0)