Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 1 | [project] |
| 2 | name = "KorAPClient" |
Marc Kupietz | 56c983d | 2024-01-26 18:35:49 +0100 | [diff] [blame] | 3 | version = "0.8.0" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 4 | description = "Client package to access KorAP's web service API" |
| 5 | authors = [ |
| 6 | {name = "Marc Kupietz",email = "kupietz@ids-mannheim.de"}, |
| 7 | ] |
| 8 | dependencies = [ |
| 9 | "markdown", |
| 10 | "packaging", |
Marc Kupietz | eeb2f78 | 2024-01-26 13:02:39 +0100 | [diff] [blame] | 11 | "Pyarrow", |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 12 | "pandas>=1.2", |
| 13 | "rpy2>=3.3", |
| 14 | ] |
| 15 | requires-python = ">=3.7" |
Marc Kupietz | 0f4b992 | 2024-01-27 10:32:27 +0100 | [diff] [blame] | 16 | readme = "Readme.md" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 17 | license = {text = "BSD"} |
| 18 | classifiers = [ |
| 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 Kupietz | 3ded171 | 2024-01-27 18:59:13 +0100 | [diff] [blame] | 31 | Homepage = "https://github.com/KorAP/PythonKorAPClient" |
| 32 | Issues = "https://github.com/KorAP/PythonKorAPClient/issues" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 33 | |
| 34 | [build-system] |
| 35 | requires = ["setuptools>=61", "wheel"] |
| 36 | build-backend = "setuptools.build_meta" |
| 37 | |
Marc Kupietz | 0f4b992 | 2024-01-27 10:32:27 +0100 | [diff] [blame] | 38 | [tool.setuptools.packages.find] |
| 39 | exclude = ["figures"] |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 40 | |
| 41 | [tool.pdm] |
| 42 | distribution = true |