-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
25 lines (23 loc) · 769 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
[metadata]
name = InstanceSelectionDNX
version = 3.3
author = Daniel Puente Ramírez
author_email = [email protected]
description = Instance Selection Algorithms.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods
project_urls =
Bug Tracker = https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
[options]
package_dir =
= instance_selection
packages = find:
python_requires = >=3.7
[options.packages.find]
where = instance_selection