-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
27 lines (25 loc) · 998 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = DiffPriv
version = v1.0.3
author = Quantalabs
description = A Differential Privacy Package
url = https://quantalabs.github.io/DiffPriv
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
project_urls =
Documentation = https://quantalabs.github.io/DiffPriv/docs/
Source = https://github.com/Quantalabs/DiffPriv
Tracker = https://github.com/Quantalabs/DiffPriv/issues
Changelog = https://quantalabs.github.io/DiffPriv/CHANGELOG
Download = https://pypi.org/project/DiffPriv/#files
Code Coverage = https://app.codecov.io/gh/Quantalabs/DiffPriv
Forum = https://github.com/Quantalabs/DiffPriv/discussions
Conda Forge = https://anaconda.org/conda-forge/diffpriv
[options]
python_requires = >= 3
[options.entry_points]
console_scripts = diffpriv=DiffPriv.cli:run