Fix small error in setup_empirical.py.
PiperOrigin-RevId: 606290383
This commit is contained in:
parent
d1290796b3
commit
e3b4662d3e
1 changed files with 1 additions and 3 deletions
|
@ -33,9 +33,7 @@ setuptools.setup(
|
|||
long_description_content_type='text/plain',
|
||||
url='https://github.com/tensorflow/privacy',
|
||||
license='Apache-2.0',
|
||||
packages=setuptools.find_packages(
|
||||
where='privacy', include=['privacy_tests*']
|
||||
),
|
||||
packages=setuptools.find_packages(include=['*privacy.privacy_tests*']),
|
||||
install_requires=[
|
||||
'absl-py>=1.0,==1.*',
|
||||
'immutabledict~=2.2',
|
||||
|
|
Loading…
Reference in a new issue