setup.py: Exclude "tests" package
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:14:37 +0000 (15:14 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 15:14:37 +0000 (15:14 +0000)
commit34a78bbeef2d920df4ea0c787c2071fa270d090b
treeb5b070eadea7b448e53cdad86e7f023938002a16
parent221cb99b7f759fd57f210632d3de0f3e4729a23e
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