Skip to content

Commit

Permalink
fix project description
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Apr 12, 2022
1 parent 06fb4af commit 959916f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

setuptools.setup(name='igv-notebook',
packages=['igv_notebook'],
version='0.2.0',
description='Package for embedding the juicebox.js genome visualization in IPython notebooks',
version='0.2.1',
description='Package for embedding the igv.js genome visualization in IPython notebooks',
long_description=longdescription,
long_description_content_type="text/markdown",
license='MIT',
author='Jim Robinson',
url='https://github.com/igvteam/juicebox',
# download_url='https://github.com/igvteam/juicebox/archive/0.2.1.tar.gz',
keywords=['juicebox', 'bioinformatics', 'genomics', 'visualization', 'ipython', 'jupyter'],
url='https://github.com/igvteam/igv-notebook',
keywords=['igv', 'bioinformatics', 'genomics', 'visualization', 'ipython', 'jupyter'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
Expand All @@ -22,9 +21,5 @@
'Programming Language :: Python',
'Framework :: IPython',
],
# install_requires=[
# 'jupyter',
# 'notebook>=4.2.0',
# ],
package_data={'igv_notebook': ['js/messageHandler.js', 'js/localNotebookFile.js', 'js/igv.min.js']},
)

0 comments on commit 959916f

Please sign in to comment.