-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
48 lines (44 loc) · 1.17 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
46
47
48
[metadata]
name = Aquila-Resolve
version = 0.1.4
author = ionite
author_email = [email protected]
description = Augmented Neural English G2p converter with Inflectional Orthography.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ionite34/Aquila-Resolve
license = Apache 2.0
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
packages = find:
package_dir =
=src
python_requires = >=3.7
install_requires =
tqdm>=4.64.0
nltk>=3.2.5
importlib_resources~=5.7.1; python_version < '3.9'
setuptools>=57.4.0
pywordsegment>=0.2.1
torch>=1.11,<1.13
inflect>=2.1.0
requests>=2.23.0
numpy>=1.18.0
inquirerpy>=0.3.3
yaspin>=2.1.0
zip_safe = False
include_package_data = True
[options.package_data]
* = *.json, *.json.gz
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
aquila-resolve = Aquila_Resolve.cli:main_menu