blob: 36753a21c879602b90597b0b91bbfe43e9f8afbf [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",
11 "pandas>=1.2",
12 "rpy2>=3.3",
13]
14requires-python = ">=3.7"
15readme = "README.md"
16license = {text = "BSD"}
17classifiers = [
18 "Intended Audience :: Developers",
19 "Intended Audience :: Science/Research",
20 "License :: OSI Approved :: BSD License",
21 "Operating System :: OS Independent",
22 "Programming Language :: Python :: 3",
23 "Programming Language :: Python :: 3.10",
24 "Programming Language :: Python :: 3.11",
25 "Programming Language :: Python :: 3.12",
26 "Programming Language :: Python :: 3.8",
27 "Programming Language :: Python :: 3.9",
28]
29[project.urls]
30Homepage = "https://www1.ids-mannheim.de/kl/projekte/korap.html"
31
32[build-system]
33requires = ["setuptools>=61", "wheel"]
34build-backend = "setuptools.build_meta"
35
36
37[tool.pdm]
38distribution = true