diff --git a/setup.cfg b/setup.cfg index a79ed8b..8f33254 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,5 +23,8 @@ classifier = keywords = scripting, automation, expect, pexpect, wexpect - +[options.extras_require] +test = + coverage + setuptools>=38.0 \ No newline at end of file