1diff --git a/setup.py b/setup.py 2index 30ac370..a05812d 100644 3--- a/setup.py 4+++ b/setup.py 5@@ -141,8 +141,4 @@ setup( 6 keywords='tensorflow metadata tfx', 7 download_url='https://github.com/tensorflow/metadata/tags', 8 requires=[], 9- cmdclass={ 10- 'build': _BuildCommand, 11- 'bazel_build': _BazelBuildCommand, 12- }, 13 )