blob: 038a57284d2a123330f5d5017122ecf03589343b [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"
Marc Kupietz0f4b9922024-01-27 10:32:27 +010016readme = "Readme.md"
Marc Kupietz90575192024-01-26 09:33:24 +010017license = {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
Marc Kupietz0f4b9922024-01-27 10:32:27 +010037[tool.setuptools.packages.find]
38exclude = ["figures"]
Marc Kupietz90575192024-01-26 09:33:24 +010039
40[tool.pdm]
41distribution = true