Skip to content

Commit

Permalink
Fix package pip
Browse files Browse the repository at this point in the history
  • Loading branch information
beudbeud committed Feb 24, 2020
1 parent 888b4e4 commit adfa597
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@
},
keywords='',
include_package_data=True,
package_data={
'prosopopee': ['themes/*/*/*/*', 'themes/*/templates/*.html', 'themes/*/templates/feed.xml', 'themes/*/templates/section/*.html'],
},
package_data={'prosopopee': ['themes/*']},
)

0 comments on commit adfa597

Please sign in to comment.