-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (38 loc) · 1.07 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
[metadata]
name = datamaestro_ml
author = Benjamin Piwowarski
author-email = benjamin@piwowarski.fr
home-page = https://github.com/experimaestro/datamaestro_ml
description = "Machine learning related datasets"
long-description = file: README.md, CHANGELOG.md
long-description-content-type = text/markdown
license = GPL-3
license_file = LICENSE
platform = any
keywords = dataset manager
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[options.entry_points]
datamaestro.repositories =
ml = datamaestro_ml:Repository
[options]
zip_safe = false
include_package_data = true
python_requires = >= 3.8
packages = find:
test_suite = datamaestro.test
setup_requires =
setuptools >=30.3.0
setuptools_scm
[options.extras_require]
test =
tox
[mypy]
python_version = 3.7
warn_unused_ignores = True