setup.cfg: remove redundant `packages`/`py_modules`
The `package_dir` already achieves this.
This commit is contained in:
parent
cd9b241047
commit
ccbae95ad4
10
setup.cfg
10
setup.cfg
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue