[FIX] appveyor test deploy05; [FIX] long description02

This commit is contained in:
Benedek Racz 2019-09-19 18:57:28 +02:00
parent c06babcfc0
commit b76e32725e
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,6 @@ after_test:
- cmd: "echo repository: https://test.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc" - cmd: "echo repository: https://test.pypi.org/legacy/ >> %USERPROFILE%\\.pypirc"
- cmd: "echo username: __token__ >> %USERPROFILE%\\.pypirc" - cmd: "echo username: __token__ >> %USERPROFILE%\\.pypirc"
- cmd: "echo password: %testpypipw% >> %USERPROFILE%\\.pypirc" - cmd: "echo password: %testpypipw% >> %USERPROFILE%\\.pypirc"
- cmd: "echo >> %USERPROFILE%\\.pypirc"
# Create source distribution. # Create source distribution.
- python -m setup sdist - python -m setup sdist

View File

@ -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
long-description-file = README.md description-file = README.md
description-content-type = text/markdown long-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