From b76e32725e4b8b4194eeedf8c2fbcf17c6fe0bc9 Mon Sep 17 00:00:00 2001
From: Benedek Racz <benedek.racz@propatria-inc.com>
Date: Thu, 19 Sep 2019 18:57:28 +0200
Subject: [PATCH] [FIX] appveyor test deploy05; [FIX] long description02

---
 appveyor.yml | 1 -
 setup.cfg    | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

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