The inclusion of tests in the package was completely unintentional
and a result of my lack of knowledge of setuptools. If you are using
nmigen.test.utils, please copy the parts you need to your own code
because the nmigen.test code can and will change without notice.
"pyvcd~=0.2.0", # for nmigen.pysim
"Jinja2~=2.11", # for nmigen.build
],
- packages=find_packages(),
+ packages=find_packages(exclude=["*.test*"]),
entry_points={
"console_scripts": [
"nmigen-rpc = nmigen.rpc:main",