|
15 | 15 | long_description_content_type="text/markdown", |
16 | 16 |
|
17 | 17 | classifiers=[ |
| 18 | + "Development Status :: 4 - Beta", |
18 | 19 | "Programming Language :: Python :: 3", |
| 20 | + "Programming Language :: Python :: 3 :: Only", |
19 | 21 | "Programming Language :: Python :: 3.7", |
20 | 22 | "Programming Language :: Python :: 3.8", |
21 | 23 | "Programming Language :: Python :: 3.9", |
22 | | - "Topic :: Scientific/Engineering :: Artificial Intelligence", |
23 | 24 | "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" |
24 | 34 | ], |
25 | 35 |
|
26 | 36 | url="https://github.com/Rishit-dagli/Gradient-Centralization-TensorFlow", |
|
0 commit comments