.
This commit is contained in:
parent
819684f29b
commit
960341f6a7
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -9,11 +9,11 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||
|
||||
setup(
|
||||
name='jupyterlab_iframe',
|
||||
version='0.0.7',
|
||||
version='0.0.8',
|
||||
description='IFrame widgets for JupyterLab',
|
||||
long_description=long_description,
|
||||
url='https://github.com/timkpaine/jupyterlab_iframe',
|
||||
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.7.tar.gz',
|
||||
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.8.tar.gz',
|
||||
author='Tim Paine',
|
||||
author_email='t.paine154@gmail.com',
|
||||
license='GPL',
|
||||
|
@ -29,6 +29,7 @@ setup(
|
|||
keywords='jupyter jupyterlab',
|
||||
|
||||
packages=find_packages(exclude=['tests', ]),
|
||||
data_files=[('', ["LICENSE", "README.md"])],
|
||||
zip_safe=False,
|
||||
|
||||
# entry_points={
|
||||
|
|
Loading…
Add table
Reference in a new issue