-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
30 lines (29 loc) · 857 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
[metadata]
name = pytorch-attention
version = 1.0.1.rc-1
author = Javier Lorenzo Díaz
description = Simple many-to-one attention in PyTorch
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache 2.0
license_file = LICENSE
url = https://github.com/javierlorenzod/pytorch-attention-mechanism
project_urls =
Bug Tracker = https://github.com/javierlorenzod/pytorch-attention-mechanism/issues
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
install_requires =
torch>=1.7.1
python_requires = >=3.8.5
include_package_data = True
zip_safe = False
[options.packages.find]
where = src