-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
25 lines (24 loc) · 803 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
[metadata]
name = uniparser-beserman-lat
version = 2.1.9
author = Timofey Arkhangelskiy
author_email = [email protected]
description = Rule-based morphological analysis for Beserman (Latin-based script)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/timarkh/uniparser-grammar-beserman
project_urls =
Bug Tracker = https://github.com/timarkh/uniparser-grammar-beserman/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Text Processing :: Linguistic
[options]
packages = find:
python_requires = >=3.7
install_requires =
uniparser-morph>=2.6.4
importlib-resources
include_package_data = True