Commit 7abe53af authored by Chen Chen's avatar Chen Chen Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 300636656
parent 95dd93c1
......@@ -24,11 +24,16 @@ setup(
author_email='no-reply@google.com',
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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment