1[build-system]
2requires = ["flit_core >=2,<4"]
3build-backend = "flit_core.buildapi"
4
5[tool.flit.metadata]
6module = "ptyprocess"
7author = "Thomas Kluyver"
8author-email = "thomas@kluyver.me.uk"
9home-page = "https://github.com/pexpect/ptyprocess"
10description-file = "README.rst"
11classifiers = [
12    "Development Status :: 5 - Production/Stable",
13    "Environment :: Console",
14    "Intended Audience :: Developers",
15    "Intended Audience :: System Administrators",
16    "License :: OSI Approved :: ISC License (ISCL)",
17    "Operating System :: POSIX",
18    "Operating System :: MacOS :: MacOS X",
19    "Programming Language :: Python",
20    "Programming Language :: Python :: 2.7",
21    "Programming Language :: Python :: 3",
22    "Topic :: Terminals"
23]
24
25