-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
36 lines (32 loc) · 986 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
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = warmup_scheduler_pytorch
version = attr: warmup_scheduler_pytorch.warmup_module.VERSION
author = LEFTeyes
author_email = 1079316858@qq.com
description = A Warmup Scheduler for Pytorch
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/LEFTeyex/warmup
project_urls =
Bug Tracker = https://github.com/LEFTeyex/warmup/issues
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
# install_requires=
# torch >= 1.1.0
[options.packages.find]
where = src
include = warmup_scheduler_pytorch*
excluded =
__init__.py