-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 850 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
[metadata]
name = grzegorz
version = 0.6.0
author = xylous
author_email = [email protected]
description = Minimal pair generator and phonetics tool
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/xylous/grzegorz
project_urls =
Bug Tracker = https://github.com/xylous/grzegorz/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Environment :: Console
Intended Audience :: Education
Topic :: Education
Topic :: Text Processing :: Linguistic
[options]
packages =
grzegorz
python_requires = >=3.10
install_requires =
wiktionaryparser
tqdm
requests
genanki
[options.entry_points]
console_scripts =
grzegorz = grzegorz.__main__:main