-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (31 loc) · 933 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
[metadata]
name = nagisa_bert
version = attr: nagisa_bert.__version__
url = https://github.com/taishi-i/nagisa_bert
author = taishi-i
author_email = [email protected]
maintainer = taishi-i
maintainer_email = [email protected]
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
Natural Language :: Japanese
license = MIT
license_file = LICENSE
description = A BERT model for nagisa
long_description = file: README.md
long_description_content_type = text/markdown
keywords = NLP, BERT, Transformers, Japanese
[options]
zip_safe = false
install_requires =
nagisa
transformers
python_requires = >=3.7
include_package_data=True
packages = find: