Skip to content

Commit

Permalink
TermRecord: make sure we include LICENSE files when packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
theonewolf committed May 5, 2017
1 parent 2e812be commit d2b3173
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include FONT-LICENSE
include LICENSE
include bin/TermRecord
include termrecord/templates/*.jinja2
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
long_description=__doc__,
scripts = ['bin/TermRecord'],
packages=find_packages(),
package_data = {'termrecord' : ['templates/dynamic.jinja2',
package_data = {'termrecord' : ['FONT-LICENSE',
'LICENSE',
'templates/dynamic.jinja2',
'templates/base.jinja2',
'templates/static.jinja2']},
install_requires=[
Expand Down

0 comments on commit d2b3173

Please sign in to comment.