setup.py: Exclude "tests" package
authorXiretza <xiretza@xiretza.xyz>
Mon, 19 Oct 2020 17:23:43 +0000 (19:23 +0200)
committerwhitequark <whitequark@whitequark.org>
Mon, 19 Oct 2020 22:59:33 +0000 (22:59 +0000)
commit12327aedf8fa0137c5a67fd4a81ebe35193e237f
treeb4f284a2616211c39339d6cbd43cdb53302d72ad
parenteb152da59b02b2fd87ee46b7cf3714282a27c3d6
setup.py: Exclude "tests" package

67b957d moved the tests from nmigen/test/ to tests/, and removed the
exclude= parameter from find_packages() in setup.py. However, even if
the new location is not inside the module tree, it is still found by
find_packages(), resulting in a stray "tests" module on the system.
setup.py