Merge pull request #42 from felixheld/requirements-fix
add pyserial to the package requirements
This commit is contained in:
commit
b2beec267b
1
setup.py
1
setup.py
|
@ -32,6 +32,7 @@ setup(
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
install_requires=["pyserial"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
|
Loading…
Reference in New Issue