-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
44 lines (39 loc) · 918 Bytes
/
setup.cfg
File metadata and controls
44 lines (39 loc) · 918 Bytes
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
[metadata]
name = ml-workflow
author = "Aiwizo"
author-email = richard@aiwizo.com
summary = Pytorch project template and required tools
description-file =
README.rst
description-content-type = text/x-rst; charset=UTF-8
project_urls =
Source Code = https://github.com/aiwizo/ml-workflow/
license = Apache-2
classifier =
Development Status :: 3 - Alpha
Environment :: Other Environment
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
keywords =
pytorch
ignite
workflow
utilities
[files]
packages =
workflow
data_files = workflow/template = template/*
[entry_points]
pbr.config.drivers =
plain = pbr.cfg.driver:Plain
[options]
python_requires = >=3.7
setup_requires =
setuptools
[bdist_wheel]
[build_sphinx]
builders = html
source-dir = docs/source
build-dir = docs/build
all-files = 1