| [project] | 
 | name = "KorAPClient" | 
 | version = "1.2.1" | 
 | description = "Client package to access KorAP's web service API" | 
 | authors = [ | 
 |     {name = "Marc Kupietz",email = "kupietz@ids-mannheim.de"}, | 
 |     {name = "Tim Feldmüller",email = "feldmueller@ids-mannheim.de"} | 
 | ] | 
 | dependencies = [ | 
 |     "markdown", | 
 |     "packaging", | 
 |     "Pyarrow", | 
 |     "pandas>=1.2", | 
 |     "rpy2>=3.3", | 
 | ] | 
 | requires-python = ">=3.7" | 
 | readme = "Readme.md" | 
 | license = {text = "BSD"} | 
 | classifiers = [ | 
 |     "Intended Audience :: Developers", | 
 |     "Intended Audience :: Science/Research", | 
 |     "License :: OSI Approved :: BSD License", | 
 |     "Operating System :: OS Independent", | 
 |     "Programming Language :: Python :: 3", | 
 |     "Programming Language :: Python :: 3.10", | 
 |     "Programming Language :: Python :: 3.11", | 
 |     "Programming Language :: Python :: 3.12", | 
 |     "Programming Language :: Python :: 3.13", | 
 |     "Programming Language :: Python :: 3.8", | 
 |     "Programming Language :: Python :: 3.9", | 
 | ] | 
 | [project.urls] | 
 | Homepage = "https://github.com/KorAP/PythonKorAPClient" | 
 | Issues = "https://github.com/KorAP/PythonKorAPClient/issues" | 
 |  | 
 | [build-system] | 
 | requires = ["setuptools>=61", "wheel"] | 
 | build-backend = "setuptools.build_meta" | 
 |  | 
 | [tool.setuptools.packages.find] | 
 | exclude = ["figures"] | 
 |  | 
 | [tool.pdm] | 
 | distribution = true |