mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[FIX] appveyor test deploy05; [FIX] long description02
This commit is contained in:
parent
c06babcfc0
commit
b76e32725e
@ -35,7 +35,6 @@ after_test:
|
||||
- cmd: "echo repository: https://test.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
|
||||
- cmd: "echo username: __token__ >> %USERPROFILE%\\.pypirc"
|
||||
- cmd: "echo password: %testpypipw% >> %USERPROFILE%\\.pypirc"
|
||||
- cmd: "echo >> %USERPROFILE%\\.pypirc"
|
||||
|
||||
# Create source distribution.
|
||||
- python -m setup sdist
|
||||
|
@ -3,8 +3,8 @@ name = wexpect
|
||||
author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burchett, Robert Stone, Hartmut Goebel, Chad Schroeder, Erick Tryzelaar, Dave Kirby, Ids vander Molen, George Todd, Noel Taylor, Nicolas D. Cesar, Alexander Gattin, Geoffrey Marshall, Francisco Lourenco, Glen Mabey, Karthik Gurusamy, Fernando Perez, Corey Minyard, Jon Cohen, Guillaume Chazarain, Andrew Ryan, Nick Craig-Wood, Andrew Stone, Jorgen Grahn, Benedek Racz
|
||||
author-email = betontalpfa@gmail.com
|
||||
summary = Windows alternative of pexpect
|
||||
long-description-file = README.md
|
||||
description-content-type = text/markdown
|
||||
description-file = README.md
|
||||
long-description-content-type = text/markdown
|
||||
requires-python = >=3.4
|
||||
project_urls =
|
||||
Source Code = https://github.com/raczben/wexpect
|
||||
|
Loading…
Reference in New Issue
Block a user