Fix small error in setup_empirical.py.

PiperOrigin-RevId: 606290383
This commit is contained in:
Steve Chien 2024-02-12 10:20:16 -08:00 committed by A. Unique TensorFlower
parent d1290796b3
commit e3b4662d3e

View file

@ -33,9 +33,7 @@ setuptools.setup(
long_description_content_type='text/plain', long_description_content_type='text/plain',
url='https://github.com/tensorflow/privacy', url='https://github.com/tensorflow/privacy',
license='Apache-2.0', license='Apache-2.0',
packages=setuptools.find_packages( packages=setuptools.find_packages(include=['*privacy.privacy_tests*']),
where='privacy', include=['privacy_tests*']
),
install_requires=[ install_requires=[
'absl-py>=1.0,==1.*', 'absl-py>=1.0,==1.*',
'immutabledict~=2.2', 'immutabledict~=2.2',