Skip to content

Commit b86e72d

Browse files
committed
fix pywinpty name
1 parent d026e83 commit b86e72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'prometheus_client',
5151
"pywin32>=1.0 ; sys_platform == 'win32'",
5252
# TODO: terminado needs to add this?
53-
"pywinpt>=0.5 ; sys_platform == 'win32'"
53+
"pywinpty>=0.5 ; sys_platform == 'win32'"
5454
],
5555
extras_require = {
5656
'test': ['coverage', 'requests',

0 commit comments

Comments
 (0)