Skip to content

Commit

Permalink
Fixed error in installed extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Krolken committed Jun 4, 2019
1 parent fc054b6 commit 5bdd793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
REQUIRED = []

# What packages are optional?
EXTRAS = {"pyserial"}
EXTRAS = {"serial": ["pyserial"]}

here = os.path.abspath(os.path.dirname(__file__))

Expand Down

0 comments on commit 5bdd793

Please sign in to comment.