Skip to content

Commit

Permalink
Merge pull request #66 from kirbs-/dev
Browse files Browse the repository at this point in the history
Added license to wheel.
  • Loading branch information
kirbs- committed Jun 16, 2018
2 parents a5a76d4 + 8e10b8d commit 351cc41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
license_file = LICENSE
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.5.1',
version='0.5.2',

description='A Jupyter notebook extension to hide code, prompts and outputs.',
long_description=long_description,
Expand Down Expand Up @@ -94,7 +94,7 @@
'nbconvert.exporters': [
'hide_code_html = hide_code:HideCodeHTMLExporter',
'hide_code_pdf = hide_code:HideCodePDFExporter',
'hide_code_latexpdf = hide_code:HideCodeLatexPDFExporter',
# 'hide_code_latexpdf = hide_code:HideCodeLatexPDFExporter',
'hide_code_latex = hide_code:HideCodeLatexExporter',
'hide_code_slides = hide_code:HideCodeSlidesExporter'
],
Expand Down

0 comments on commit 351cc41

Please sign in to comment.