blob: c4516d212603c948636a520b88834dd2bde1f271 [file] [log] [blame]
Marc Kupietz90575192024-01-26 09:33:24 +01001[project]
2name = "KorAPClient"
Marc Kupietz56c983d2024-01-26 18:35:49 +01003version = "0.8.0"
Marc Kupietz90575192024-01-26 09:33:24 +01004description = "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]
Marc Kupietz3ded1712024-01-27 18:59:13 +010031Homepage = "https://github.com/KorAP/PythonKorAPClient"
32Issues = "https://github.com/KorAP/PythonKorAPClient/issues"
Marc Kupietz90575192024-01-26 09:33:24 +010033
34[build-system]
35requires = ["setuptools>=61", "wheel"]
36build-backend = "setuptools.build_meta"
37
Marc Kupietz0f4b9922024-01-27 10:32:27 +010038[tool.setuptools.packages.find]
39exclude = ["figures"]
Marc Kupietz90575192024-01-26 09:33:24 +010040
41[tool.pdm]
42distribution = true