Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / third_party / Python / module / ptyprocess-0.6.0 / pyproject.toml
blob881c1bae897dcc1f3c570ef9f0b4ce64fc0c1c9d
1 [build-system]
2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
6 module = "ptyprocess"
7 author = "Thomas Kluyver"
8 author-email = "thomas@kluyver.me.uk"
9 home-page = "https://github.com/pexpect/ptyprocess"
10 description-file = "README.rst"
11 classifiers = [
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"