Set packages in setup.cfg

Without this, "tox -e py38" fails with an error from
setuptools:
    error: Multiple top-level packages discovered in
    a flat-layout: ['etc', 'os_brick', 'releasenotes'].

Change-Id: Icd68f845d83df2d4875e61a7e92630e73e4564c4
This commit is contained in:
Eric Harney
2023-03-09 11:02:13 -05:00
parent a0bc09ba50
commit f184c8a809
+3
View File
@@ -48,3 +48,6 @@ show_error_codes = true
pretty = true
html_report = mypy-report
no_implicit_optional = true
[options]
packages = os_brick