Skip to content

Commit c0e1408

Browse files
authored
Merge pull request #81 from afshin/fix-publish
Fix config files for publication
2 parents 52e0fb8 + 50cf4f4 commit c0e1408

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[build-system]
22
requires = ["setuptools>=40.8.0", "wheel"]
33
build-backend = "setuptools.build_meta"
4-

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
include_package_data = True,
1919
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library.",
2020
long_description = open("README.rst").read(),
21-
long_description_content_type="txt/x-rst",
21+
long_description_content_type="text/x-rst",
2222
install_requires = [
2323
"ptyprocess;os_name!='nt'",
2424
"pywinpty (>=0.5);os_name=='nt'",

0 commit comments

Comments
 (0)