mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 10:57:07 +00:00
[FIX] appveyor test deploy; [FIX] long description
This commit is contained in:
parent
06aebd6cee
commit
c06babcfc0
@ -26,10 +26,10 @@ after_test:
|
|||||||
|
|
||||||
# fill .pypirc file.
|
# fill .pypirc file.
|
||||||
# pypi
|
# pypi
|
||||||
- cmd: "echo [pypi] > %USERPROFILE%\\.pypirc"
|
# - cmd: "echo [pypi] > %USERPROFILE%\\.pypirc"
|
||||||
- cmd: "echo repository: https://upload.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
|
# - cmd: "echo repository: https://upload.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
|
||||||
- cmd: "echo username: __token__ >> %USERPROFILE%\\.pypirc"
|
# - cmd: "echo username: __token__ >> %USERPROFILE%\\.pypirc"
|
||||||
- cmd: "echo password: %pypipw% >> %USERPROFILE%\\.pypirc"
|
# - cmd: "echo password: %pypipw% >> %USERPROFILE%\\.pypirc"
|
||||||
# testpypi
|
# testpypi
|
||||||
- cmd: "echo [testpypi] > %USERPROFILE%\\.pypirc"
|
- cmd: "echo [testpypi] > %USERPROFILE%\\.pypirc"
|
||||||
- cmd: "echo repository: https://test.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
|
- cmd: "echo repository: https://test.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
|
||||||
|
@ -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 = 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
|
author-email = betontalpfa@gmail.com
|
||||||
summary = Windows alternative of pexpect
|
summary = Windows alternative of pexpect
|
||||||
description-file = README.md
|
long-description-file = README.md
|
||||||
description-file-content-type = text/markdown; charset=UTF-8
|
description-content-type = text/markdown
|
||||||
requires-python = >=3.4
|
requires-python = >=3.4
|
||||||
project_urls =
|
project_urls =
|
||||||
Source Code = https://github.com/raczben/wexpect
|
Source Code = https://github.com/raczben/wexpect
|
||||||
|
Loading…
Reference in New Issue
Block a user