Skip to content

Commit

Permalink
Merge pull request #81 from afshin/fix-publish
Browse files Browse the repository at this point in the history
Fix config files for publication
  • Loading branch information
afshin authored Sep 20, 2020
2 parents 52e0fb8 + 50cf4f4 commit c0e1408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[build-system]
requires = ["setuptools>=40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include_package_data = True,
description = "Tornado websocket backend for the Xterm.js Javascript terminal emulator library.",
long_description = open("README.rst").read(),
long_description_content_type="txt/x-rst",
long_description_content_type="text/x-rst",
install_requires = [
"ptyprocess;os_name!='nt'",
"pywinpty (>=0.5);os_name=='nt'",
Expand Down

0 comments on commit c0e1408

Please sign in to comment.