mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py: add migen to install_requires
This commit is contained in:
parent
33d7cc5fc8
commit
5318bcd3c3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
],
|
||||
packages=find_packages(exclude=("test*", "sim*", "doc*")),
|
||||
install_requires=["pyserial"],
|
||||
install_requires=["migen", "pyserial"],
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue