From ccbae95ad4fd69b0b006272aa3cc65090bdb674d Mon Sep 17 00:00:00 2001
From: Ran Benita <ran@unusedvar.com>
Date: Mon, 5 Feb 2024 12:16:52 +0200
Subject: [PATCH] setup.cfg: remove redundant `packages`/`py_modules`

The `package_dir` already achieves this.
---
 setup.cfg | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index ebc956347..354f9418c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,16 +33,6 @@ project_urls =
     Tracker=https://github.com/pytest-dev/pytest/issues
 
 [options]
-packages =
-    _pytest
-    _pytest._code
-    _pytest._io
-    _pytest._py
-    _pytest.assertion
-    _pytest.config
-    _pytest.mark
-    pytest
-py_modules = py
 install_requires =
     iniconfig
     packaging