We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52e0fb8 + 50cf4f4 commit c0e1408Copy full SHA for c0e1408
pyproject.toml
@@ -1,4 +1,3 @@
1
[build-system]
2
requires = ["setuptools>=40.8.0", "wheel"]
3
build-backend = "setuptools.build_meta"
4
-
setup.py
@@ -18,7 +18,7 @@
18
include_package_data = True,
19
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library.",
20
long_description = open("README.rst").read(),
21
- long_description_content_type="txt/x-rst",
+ long_description_content_type="text/x-rst",
22
install_requires = [
23
"ptyprocess;os_name!='nt'",
24
"pywinpty (>=0.5);os_name=='nt'",
0 commit comments