Skip to content

Commit

Permalink
Fix small error in setup_empirical.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606290383
  • Loading branch information
schien1729 authored and tensorflower-gardener committed Feb 12, 2024
1 parent d129079 commit e3b4662
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup_empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
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',
Expand Down

0 comments on commit e3b4662

Please sign in to comment.