diff --git a/setup.cfg b/setup.cfg index 955fe76..9c69d52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,9 +42,6 @@ test = pytest console_scripts = matrix-alertbot = matrix_alertbot:main.__main__ -[options.packages.find] -where = matrix_alertbot - [options.extras_require] test = coverage>=6.4.1