Skip to content

Commit

Permalink
Add MANIFEST.in to fix dependencies in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wallneradam committed Oct 18, 2020
1 parent e6f7e65 commit c7ed122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# This call to setup() does all the work
setup(
name="tc420",
version="0.1.0",
version="0.1.1",
description="TC420 LED Controller library and command line interface",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c7ed122

Please sign in to comment.