Skip to content

Commit

Permalink
Merge pull request #807 from jcb91/setup_fixes
Browse files Browse the repository at this point in the history
setup.py fixes
  • Loading branch information
jcb91 authored Nov 28, 2016
2 parents 5ebaa35 + 73c3a20 commit 16c4608
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,27 @@ def main():
notebook. These extensions are mostly written in Javascript, and are loaded
locally in the browser.
The jupyter-contrib repository
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
Read
`the documentation <https://jupyter-contrib-nbextensions.readthedocs.io>`_
for more information.
The
`jupyter-contrib repository <https://github.com/ipython-contrib/jupyter_contrib_nbextensions>`_
is maintained independently by a group of users and developers, and is not
officially related to the Jupyter development team.
The maturity of the provided extensions varies, please create an issue if you
encounter any problems.
""",
The maturity of the provided extensions varies, so please check
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
if you encounter any problems, and create a new issue if needed!
""", # noqa
version='0.2.2',
author='ipython-contrib and jupyter-contrib developers',
author_email='jupytercontrib@gmail.com',
url=('https://github.com/'
'ipython-contrib/jupyter_contrib_nbextensions.git'),
download_url=('https://github.com/'
'ipython-contrib/jupyter_contrib_nbextensions'
'tarball/0.2.2'),
'/tarball/0.2.2'),
keywords=['IPython', 'Jupyter', 'notebook'],
license='BSD',
platforms=['Any'],
Expand Down

0 comments on commit 16c4608

Please # to comment.