summaryrefslogtreecommitdiff
path: root/misc/py-onnx-tf/files/patch-setup.py
blob: e526839a97dea4e9091c04c55048082678ae67f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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",