-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (39 loc) · 1.08 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
[metadata]
name = ifra
description = Interpretable Federated Rule Algorithm
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Advestis/ifra
author = Advestis
author_email = [email protected]
license = GPLv3
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: Unix
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Bug Tracker = https://github.com/Advestis/ifra/issues
Documentation = https://advestis.github.io/ifra
Source Code = https://github.com/Advestis/ifra/
[options]
packages = find:
install_requires =
sklearn
tablewriter
ruleskit
matplotlib
transparentpath[pandas]
numexpr
python_requires = >=3.7
include_package_data = True
[versioneer]
VCS = git
style = pep440
versionfile_source = ifra/_version.py
versionfile_build = ifra/_version.py
tag_prefix = v
parentdir_prefix = ifra-