Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 300636656
aichendouble authored and tensorflower-gardener committed Mar 12, 2020

Unverified

This user has not yet uploaded their public signing key.
1 parent 95dd93c commit 7abe53a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions official/pip_package/setup.py
Original file line number Diff line number Diff line change
@@ -24,12 +24,17 @@
author_email='[email protected]',
url='https://github.com/tensorflow/models',
license='Apache 2.0',
packages=find_packages(exclude=["research*", "tutorials*", "samples*"]),
packages=find_packages(exclude=[
'research*',
'tutorials*',
'samples*',
'official.r1*',
'official.pip_package*',
'official.benchmark*',
]),
exclude_package_data={
'': [
'*_test.py',
],
},
'': ['*_test.py',],
},
install_requires=[
'six',
],

0 comments on commit 7abe53a

Please sign in to comment.