from setuptools import setup, find_packages
setup(
name="heavycomps",
install_requires=["nmigen"],
packages=find_packages()
)