From 4d949f670520e482e8b63bea9ad50f5f93ba0f6c Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Thu, 19 Sep 2019 18:34:11 +0200 Subject: [PATCH] [FIX][ADD] twine as test dependency --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0dc5e2e..086b200 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burche author-email = betontalpfa@gmail.com summary = Windows alternative of pexpect description-file = README.md -description-content-type = text/markdown; charset=UTF-8 -requires-python = >=2.6 +description-file-content-type = text/markdown; charset=UTF-8 +requires-python = >=3.4 project_urls = Source Code = https://github.com/raczben/wexpect license = MIT @@ -28,4 +28,5 @@ test = coverage tox setuptools>=38.0 - codecov \ No newline at end of file + codecov + twine