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