Skip to content

Commit

Permalink
replace package_data from setup.py with MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Montellese committed Sep 2, 2021
1 parent 87d6957 commit 3176805
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 LICENSE
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
exclude=["contrib", "doc", "LICENSES", "scripts", "tests", "tests."]
),
include_package_data=True,
package_data={"": ["LICENSE"],},
install_requires=[
"aioserial==1.3.0",
"asyncio-mqtt==0.10.0",
Expand Down

0 comments on commit 3176805

Please sign in to comment.