blob: 1aad0c021dd030f49b1a8094d4d4e38d4e5ec10f [file]
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "ptyprocess"
author = "Thomas Kluyver"
author-email = "[email protected]"
home-page = "https://github.com/pexpect/ptyprocess"
description-file = "README.rst"
requires-python = ">=3.7"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: ISC License (ISCL)",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Terminals"
]