blob: 43bfdcdb3c2f70d31fad898ccf98ab056eebe53f [file] [log] [blame]
Marc Kupietz90575192024-01-26 09:33:24 +01001[project]
2name = "KorAPClient"
„feldmueller“960e3e42024-06-03 13:31:54 +02003version = "0.8.1"
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",
Marc Kupietz8c14edc2025-01-21 10:36:35 +010027 "Programming Language :: Python :: 3.13",
Marc Kupietz90575192024-01-26 09:33:24 +010028 "Programming Language :: Python :: 3.8",
29 "Programming Language :: Python :: 3.9",
30]
31[project.urls]
Marc Kupietz3ded1712024-01-27 18:59:13 +010032Homepage = "https://github.com/KorAP/PythonKorAPClient"
33Issues = "https://github.com/KorAP/PythonKorAPClient/issues"
Marc Kupietz90575192024-01-26 09:33:24 +010034
35[build-system]
36requires = ["setuptools>=61", "wheel"]
37build-backend = "setuptools.build_meta"
38
Marc Kupietz0f4b9922024-01-27 10:32:27 +010039[tool.setuptools.packages.find]
40exclude = ["figures"]
Marc Kupietz90575192024-01-26 09:33:24 +010041
42[tool.pdm]
43distribution = true