mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #42 from felixheld/requirements-fix
add pyserial to the package requirements
This commit is contained in:
commit
b2beec267b
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
],
|
||||
packages=find_packages(),
|
||||
install_requires=["pyserial"],
|
||||
include_package_data=True,
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue