Skip to content

Commit

Permalink
include package data files in python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld committed Jun 14, 2021
1 parent fad91e1 commit 48a6b2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ def run(self):
},
data_files=data_files,
include_package_data=True,
package_data={
'plist_to_html': ['static/*', 'static/*/*', 'static/*/*/*']
},
classifiers=[
"Environment :: Console",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 48a6b2e

Please sign in to comment.