forked from mr-martian/rebabel-format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (32 loc) · 880 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
34
35
[metadata]
name = rebabel_format
version = 0.0.1
description = processing of reBabel linguistic annotation files
long_description = file: README.md
long_description_content_type = text/markdown
keywords = annotation, format, linguistics
license = MIT
license_files = LICENSE
author = Daniel Swanson
author_email = [email protected]
home_page = https://github.com/mr-martian/rebabel-format
[options]
install_requires =
dataclasses >= 0.4 ; python_version < "3.7"
importlib_metadata >= 3.6 ; python_version < "3.10"
importlib_resources >= 1.4 ; python_version < "3.9"
tomli >= 1.1.0 ; python_version < "3.11"
requires_python = ">= 3.6"
[options.entry_points]
console_scripts =
rebabel-format = rebabel_format:main
[options.package_data]
rebabel_format =
*.sql
rebabel_format.test.static =
*.txt
rebabel_format.test.data =
*.conllu
*.eaf
*.flextext
*.txt