-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (42 loc) · 1.18 KB
/
Copy pathpyproject.toml
File metadata and controls
50 lines (42 loc) · 1.18 KB
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
49
50
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "grc-macronizer"
version = "1.3.0"
description = "A macronizer for Ancient Greek"
authors = [
{ name = "Albin Thörn Cleland", email = "albin.thorn_cleland@klass.lu.se" }
]
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Text Processing :: Linguistic",
"Intended Audience :: Science/Research",
"Operating System :: OS Independent"
]
dependencies = [
"grc_utils==0.2.2",
# odyCy
"spacy==3.7.5",
"click==8.1.8", # needed for spacy's CLI utils
"grc-odycy-joint-trf @ https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-0.7.0-py3-none-any.whl",
# Other
"lxml",
"tqdm>=4.65.0",
"xxhash"
]
requires-python = "==3.12.2"
license = "MIT"
license-files = ["LICENSE"]
[project.urls]
Homepage = "https://github.com/Urdatorn/grc_macronizer"
[project.optional-dependencies]
dev = []
[tool.setuptools]
include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["grc_macronizer*"]
[tool.setuptools.package-data]
grc_macronizer = ["db/*.pkl"] # non .py files needed