[FIX][ADD] twine as test dependency

This commit is contained in:
Benedek Racz 2019-09-19 18:34:11 +02:00
parent dce229ebb4
commit 4d949f6705

View File

@ -4,8 +4,8 @@ author = Noah Spurrier, Richard Holden, Marco Molteni, Kimberley Burche
author-email = betontalpfa@gmail.com author-email = betontalpfa@gmail.com
summary = Windows alternative of pexpect summary = Windows alternative of pexpect
description-file = README.md description-file = README.md
description-content-type = text/markdown; charset=UTF-8 description-file-content-type = text/markdown; charset=UTF-8
requires-python = >=2.6 requires-python = >=3.4
project_urls = project_urls =
Source Code = https://github.com/raczben/wexpect Source Code = https://github.com/raczben/wexpect
license = MIT license = MIT
@ -28,4 +28,5 @@ test =
coverage coverage
tox tox
setuptools>=38.0 setuptools>=38.0
codecov codecov
twine