From bb89ba6963e43ea3a44c7d93bcdf44d44449ec4b Mon Sep 17 00:00:00 2001 From: Nicolas Papernot Date: Fri, 23 Aug 2019 09:21:00 -0700 Subject: [PATCH] update name for PYPI release PiperOrigin-RevId: 265069047 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4927033..583d347 100644 --- a/setup.py +++ b/setup.py @@ -11,10 +11,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +"""TensorFlow Privacy library setup file for pip.""" from setuptools import find_packages from setuptools import setup -setup(name='privacy', +setup(name='tensorflow_privacy', version='0.0.1', url='https://github.com/tensorflow/privacy', license='Apache-2.0',