Update setup.py (#13421)

This commit is contained in:
Anurag Kumar
2021-09-07 03:02:24 +05:30
committed by GitHub
parent 75858ca156
commit 92d4ef9ab0

View File

@@ -369,6 +369,8 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
cmdclass={"deps_table_update": DepsTableUpdateCommand},