Merge pull request #8840 from cathyzhyi/tmtensor-wip

Make torch-mlir-dialects optional
diff --git a/bindings/python/iree/runtime/setup.py.in b/bindings/python/iree/runtime/setup.py.in
index 524f9ef..6518fd4 100644
--- a/bindings/python/iree/runtime/setup.py.in
+++ b/bindings/python/iree/runtime/setup.py.in
@@ -24,6 +24,8 @@
     long_description_content_type="text/markdown",
     license="Apache-2.0",
     classifiers=[
+        "Development Status :: 3 - Alpha",
+        "License :: OSI Approved :: Apache Software License",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
diff --git a/integrations/tensorflow/python_projects/iree_tf/setup.py b/integrations/tensorflow/python_projects/iree_tf/setup.py
index 5bf3bc6..45024e5 100644
--- a/integrations/tensorflow/python_projects/iree_tf/setup.py
+++ b/integrations/tensorflow/python_projects/iree_tf/setup.py
@@ -85,16 +85,15 @@
     version=f"{PACKAGE_VERSION}",
     author="The IREE Team",
     author_email="iree-discuss@googlegroups.com",
-    license="Apache",
+    license="Apache-2.0",
     description="IREE TensorFlow Compiler Tools",
     long_description=README,
     long_description_content_type="text/markdown",
     url="https://github.com/google/iree",
     classifiers=[
-        "Programming Language :: Python :: 3",
-        "License :: OSI Approved :: Apache License",
-        "Operating System :: OS Independent",
         "Development Status :: 3 - Alpha",
+        "License :: OSI Approved :: Apache Software License",
+        "Programming Language :: Python :: 3",
     ],
     python_requires=">=3.7",
     packages=find_namespace_packages(include=[
diff --git a/integrations/tensorflow/python_projects/iree_tflite/setup.py b/integrations/tensorflow/python_projects/iree_tflite/setup.py
index 68e37da..6e76112 100644
--- a/integrations/tensorflow/python_projects/iree_tflite/setup.py
+++ b/integrations/tensorflow/python_projects/iree_tflite/setup.py
@@ -85,16 +85,15 @@
     version=f"{PACKAGE_VERSION}",
     author="The IREE Team",
     author_email="iree-discuss@googlegroups.com",
-    license="Apache",
+    license="Apache-2.0",
     description="IREE TFLite Compiler Tools",
     long_description=README,
     long_description_content_type="text/markdown",
     url="https://github.com/google/iree",
     classifiers=[
-        "Programming Language :: Python :: 3",
-        "License :: OSI Approved :: Apache License",
-        "Operating System :: OS Independent",
         "Development Status :: 3 - Alpha",
+        "License :: OSI Approved :: Apache Software License",
+        "Programming Language :: Python :: 3",
     ],
     python_requires=">=3.7",
     packages=find_namespace_packages(include=[
diff --git a/integrations/tensorflow/python_projects/iree_xla/setup.py b/integrations/tensorflow/python_projects/iree_xla/setup.py
index f7bd5ae..b328db9 100644
--- a/integrations/tensorflow/python_projects/iree_xla/setup.py
+++ b/integrations/tensorflow/python_projects/iree_xla/setup.py
@@ -85,16 +85,15 @@
     version=f"{PACKAGE_VERSION}",
     author="The IREE Team",
     author_email="iree-discuss@googlegroups.com",
-    license="Apache",
+    license="Apache-2.0",
     description="IREE XLA Compiler Tools",
     long_description=README,
     long_description_content_type="text/markdown",
     url="https://github.com/google/iree",
     classifiers=[
-        "Programming Language :: Python :: 3",
-        "License :: OSI Approved :: Apache License",
-        "Operating System :: OS Independent",
         "Development Status :: 3 - Alpha",
+        "License :: OSI Approved :: Apache Software License",
+        "Programming Language :: Python :: 3",
     ],
     python_requires=">=3.7",
     packages=find_namespace_packages(include=[
diff --git a/llvm-external-projects/iree-compiler-api/setup.py b/llvm-external-projects/iree-compiler-api/setup.py
index b884b99..bc6f873 100644
--- a/llvm-external-projects/iree-compiler-api/setup.py
+++ b/llvm-external-projects/iree-compiler-api/setup.py
@@ -189,6 +189,8 @@
     long_description="",
     license="Apache-2.0",
     classifiers=[
+        "Development Status :: 3 - Alpha",
+        "License :: OSI Approved :: Apache Software License",
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",