blob: 9e2c08bd6190c7ad1973bb288e884fe9610078b6 [file] [log] [blame]
Marc Kupietz90575192024-01-26 09:33:24 +01001[project]
2name = "KorAPClient"
3version = "0.7.5.9000"
4description = "Client package to access KorAP's web service API"
5authors = [
6 {name = "Marc Kupietz",email = "kupietz@ids-mannheim.de"},
7]
8dependencies = [
9 "markdown",
10 "packaging",
Marc Kupietzeeb2f782024-01-26 13:02:39 +010011 "Pyarrow",
Marc Kupietz90575192024-01-26 09:33:24 +010012 "pandas>=1.2",
13 "rpy2>=3.3",
14]
15requires-python = ">=3.7"
16readme = "README.md"
17license = {text = "BSD"}
18classifiers = [
19 "Intended Audience :: Developers",
20 "Intended Audience :: Science/Research",
21 "License :: OSI Approved :: BSD License",
22 "Operating System :: OS Independent",
23 "Programming Language :: Python :: 3",
24 "Programming Language :: Python :: 3.10",
25 "Programming Language :: Python :: 3.11",
26 "Programming Language :: Python :: 3.12",
27 "Programming Language :: Python :: 3.8",
28 "Programming Language :: Python :: 3.9",
29]
30[project.urls]
31Homepage = "https://www1.ids-mannheim.de/kl/projekte/korap.html"
32
33[build-system]
34requires = ["setuptools>=61", "wheel"]
35build-backend = "setuptools.build_meta"
36
37
38[tool.pdm]
39distribution = true