Skip to content

Commit

Permalink
License should be small caps
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Aug 7, 2018
1 parent c68ebb4 commit ff2e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def run(self):
'version': version_ns['__version__'],
'description': 'Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.',
'long_description': LONG_DESCRIPTION,
'License': 'Apache',
'license': 'Apache',
'include_package_data': True,
'data_files': [
('share/jupyter/nbextensions/bqplot', [
Expand Down

0 comments on commit ff2e2e4

Please sign in to comment.