mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-24 20:36:21 +02:00
* Remove tensorflow dependency if not using keras model * Remove xgboost dependency if not using xgboost model * Documentation updates Signed-off-by: abigailt <abigailt@il.ibm.com>
28 lines
No EOL
760 B
INI
28 lines
No EOL
760 B
INI
[metadata]
|
|
# replace with your username:
|
|
name = ai-privacy-toolkit
|
|
version = 0.2.0
|
|
author = Abigail Goldsteen
|
|
author_email = abigailt@il.ibm.com
|
|
description = A toolkit for tools and techniques related to the privacy and compliance of AI models.
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/IBM/ai-privacy-toolkit
|
|
project_urls =
|
|
Documentation = https://ai-privacy-toolkit.readthedocs.io/en/latest/
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.6
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests
|
|
|
|
[flake8]
|
|
ignore = C901,W503
|
|
per-file-ignores = __init__.py:F401 |