-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
80 lines (75 loc) · 1.91 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[metadata]
name = acro
version = 0.4.7
description = ACRO: Tools for the Automatic Checking of Research Outputs
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/AI-SDC/ACRO
maintainer = Jim Smith
maintainer_email = [email protected]
license = MIT
license_files = LICENSE.md
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Information Analysis
Operating System :: OS Independent
keywords =
data-privacy
data-protection
privacy
privacy-tools
statistical-disclosure-control
statistical-software
project_urls =
Changelog = https://github.com/AI-SDC/ACRO/CHANGELOG.md
Documentation = https://github.com/AI-SDC/ACRO/wiki
Bug Tracker = https://github.com/AI-SDC/ACRO/issues
Discussions = https://github.com/AI-SDC/ACRO/discussions
[options]
python_requires = >=3.9
zip_safe = False
include_package_data = True
packages = find:
install_requires =
lxml
matplotlib
numpy<2.0.0
openpyxl
pandas>=1.5.0,<2.3
PyYAML
statsmodels
[options.extras_require]
doc =
matplotlib==3.7.2
numpy==1.23.1
numpydoc==1.4.0
pandas==1.5.0
pytest==7.1.2
PyYAML==6.0
sphinx-autopackagesummary==1.3
sphinx-gallery==0.10.1
sphinx-issues==3.0.1
sphinx-prompt==1.5.0
sphinx-rtd-theme==1.0.0
statsmodels==0.13.2
test =
pytest
pytest-cov
[options.package_data]
acro = default.yaml
[options.packages.find]
exclude =
data*
docs*
notebooks*
test*