diff --git a/pyproject.toml b/pyproject.toml index 2e86e7e..65f38aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "PrivacyGuard" description = "PrivacyGuard platform for Privacy Attacks and Analysis. Perform privacy analyses of ML models using Inference Attacks and Extraction Attacks." authors = [{name = "Meta Platforms, Inc."}] -license = "MIT" +license = "Apache-2.0" license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.10"