Skip to content

Commit

Permalink
setup.py - include json files
Browse files Browse the repository at this point in the history
  • Loading branch information
nepeat committed Nov 23, 2021
1 parent 6f5ac7b commit b22fb17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@
name="twitchdrives",
packages=find_packages(),
zip_safe=False,
include_package_data=True,
package_data={
"": ["*.json"],
},
)

0 comments on commit b22fb17

Please sign in to comment.