1diff --git a/setup.py b/setup.py
2index 7a09b2f..94c5aa6 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -137,8 +137,5 @@ setup(
6 long_description_content_type='text/markdown',
7 keywords='tensorflow metadata tfx',
8 download_url='https://github.com/tensorflow/metadata/tags',
9- requires=[],
10- cmdclass={
11- 'build': _BuildCommand,
12- 'bazel_build': _BazelBuildCommand,
13- })
14+ requires=[]
15+ )