setup.cfg: remove redundant `packages`/`py_modules`

The `package_dir` already achieves this.
This commit is contained in:
Ran Benita 2024-02-05 12:16:52 +02:00
parent cd9b241047
commit ccbae95ad4
1 changed files with 0 additions and 10 deletions

View File

@ -33,16 +33,6 @@ project_urls =
Tracker=https://github.com/pytest-dev/pytest/issues Tracker=https://github.com/pytest-dev/pytest/issues
[options] [options]
packages =
_pytest
_pytest._code
_pytest._io
_pytest._py
_pytest.assertion
_pytest.config
_pytest.mark
pytest
py_modules = py
install_requires = install_requires =
iniconfig iniconfig
packaging packaging