diff --git a/appveyor.yml b/appveyor.yml index 2db806f..3b24647 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/setup.cfg b/setup.cfg index 7137506..bf6df76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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