summaryrefslogtreecommitdiff
path: root/misc/py-onnx-tf/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-onnx-tf/files/patch-setup.py')
-rw-r--r--misc/py-onnx-tf/files/patch-setup.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/py-onnx-tf/files/patch-setup.py b/misc/py-onnx-tf/files/patch-setup.py
new file mode 100644
index 000000000000..e526839a97de
--- /dev/null
+++ b/misc/py-onnx-tf/files/patch-setup.py
@@ -0,0 +1,13 @@
+- same patch as suggested here: https://github.com/onnx/onnx-tensorflow/issues/1016
+
+--- setup.py.orig 2022-03-25 17:32:07 UTC
++++ setup.py
+@@ -30,7 +30,7 @@ setuptools.setup(
+ author='Arpith Jacob, Tian Jin, Gheorghe-Teodor Bercea, Wenhao Hu',
+ author_email='tian.jin1@ibm.com',
+ license='Apache License 2.0',
+- packages=setuptools.find_packages(),
++ packages=setuptools.find_packages(exclude=['test*']),
+ zip_safe=False,
+ classifiers=[
+ "Programming Language :: Python :: 2",