projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10000eb
)
add pyserial to the package requirements
author
Felix Held
<felix-github@felixheld.de>
Thu, 11 Jan 2018 06:43:16 +0000
(17:43 +1100)
committer
Felix Held
<felix-github@felixheld.de>
Thu, 11 Jan 2018 06:43:16 +0000
(17:43 +1100)
litex_term requires pyserial
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 033a196cdfb8eb972c1fd8868ebca8dea22c61be..230a1e2e1d63ffbba26d6350e89cac0f7077533c 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-32,6
+32,7
@@
setup(
"Programming Language :: Python",
],
packages=find_packages(),
+ install_requires=["pyserial"],
include_package_data=True,
entry_points={
"console_scripts": [