tags are cheap
This commit is contained in:
parent
2421e1b6bc
commit
819684f29b
4 changed files with 6 additions and 3 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
recursive-include jupyterlab_templates/templates/ *
|
||||
include README.md
|
||||
include LICENSE
|
|
@ -3,4 +3,4 @@ universal=1
|
|||
|
||||
[metadata]
|
||||
description_file = README.md
|
||||
license_file = LICENSE.txt
|
||||
license_file = LICENSE
|
||||
|
|
4
setup.py
4
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.6',
|
||||
version='0.0.7',
|
||||
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.6.tar.gz',
|
||||
download_url='https://github.com/timkpaine/jupyterlab_iframe/archive/v0.0.7.tar.gz',
|
||||
author='Tim Paine',
|
||||
author_email='t.paine154@gmail.com',
|
||||
license='GPL',
|
||||
|
|
Loading…
Add table
Reference in a new issue