mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
14 lines
348 B
Diff
14 lines
348 B
Diff
diff --git a/setup.py b/setup.py
|
|
index 7a09b2f..94c5aa6 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,
|
|
- },
|
|
)
|