From 873c1fdd5e7a2faeb16ef311cecfeea30b025130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 28 Oct 2022 16:29:45 +0200 Subject: [PATCH] Remove deprecated stuff from the package description Fixes https://github.com/pytest-dev/pytest-xdist/issues/835 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 094de03..b6091ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytest-xdist -description = pytest xdist plugin for distributed testing and loop-on-failing modes +description = pytest xdist plugin for distributed testing, most importantly across multiple CPUs long_description = file: README.rst license = MIT author = holger krekel and contributors