|
| 1 | +[build-system] |
| 2 | +requires = ["setuptools >= 61.0"] |
| 3 | +build-backend = "setuptools.build_meta" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "readchar" |
| 7 | +version = "4.1.0-dev3" |
| 8 | +requires-python = ">= 3.8" |
| 9 | +dependencies = [] |
| 10 | +authors = [ |
| 11 | + { name = "Miguel Ángel García", email="miguelangel.garcia@gmail.com" }, |
| 12 | + { name = "Jan Wille", email = "mail@janwille.de" }, |
| 13 | +] |
| 14 | +maintainers = [{ name = "Jan Wille", email = "mail@janwille.de" }] |
| 15 | +keywords = ["characters", "keystrokes", "stdin", "command line"] |
| 16 | +classifiers = [ |
| 17 | + "Development Status :: 5 - Production/Stable", |
| 18 | + "License :: OSI Approved :: MIT License", |
| 19 | + "Operating System :: Microsoft :: Windows", |
| 20 | + "Operating System :: POSIX :: Linux", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3 :: Only", |
| 23 | + "Programming Language :: Python :: 3.8", |
| 24 | + "Programming Language :: Python :: 3.9", |
| 25 | + "Programming Language :: Python :: 3.10", |
| 26 | + "Programming Language :: Python :: 3.11", |
| 27 | + "Programming Language :: Python :: 3.12", |
| 28 | + "Programming Language :: Python :: Implementation :: CPython", |
| 29 | + "Environment :: Console", |
| 30 | + "Intended Audience :: Developers", |
| 31 | + "Topic :: Software Development", |
| 32 | + "Topic :: Software Development :: User Interfaces", |
| 33 | +] |
| 34 | +description = "Library to easily read single chars and key strokes" |
| 35 | +readme = { file = "README.md", content-type = "text/markdown" } |
| 36 | +license = { file = "LICENCE" } |
| 37 | + |
| 38 | +[project.urls] |
| 39 | +Homepage = "https://pypi.org/project/readchar" |
| 40 | +#Documentation = "https://readthedocs.org" |
| 41 | +Repository = "https://github.com/magmax/python-readchar" |
| 42 | +Issues = "https://github.com/magmax/python-readchar/issues" |
| 43 | +Changelog = "https://github.com/magmax/python-readchar/releases" |
0 commit comments