Merge pull request #42 from felixheld/requirements-fix

add pyserial to the package requirements
This commit is contained in:
Tim Ansell 2018-01-11 17:46:21 +11:00 committed by GitHub
commit b2beec267b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ setup(
"Programming Language :: Python",
],
packages=find_packages(),
install_requires=["pyserial"],
include_package_data=True,
entry_points={
"console_scripts": [