Skip to content

Commit

Permalink
Cleaner setup
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 27, 2020
1 parent a9003f9 commit 2156f2f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 28 deletions.
5 changes: 0 additions & 5 deletions MANIFEST.in

This file was deleted.

14 changes: 14 additions & 0 deletions README.rst
@@ -0,0 +1,14 @@
IPython Vega
============

IPython/Jupyter notebook module for `Vega <https://github.com/vega/vega/>`_
and `Vega-Lite <https://github.com/vega/vega-lite/>`_.
Notebooks with embedded visualizations can be viewed on GitHub and nbviewer.

For more information, see https://github.com/vega/ipyvega.

Installation Notes
------------------
When installing from PyPI, extra steps may be required to enable the Jupyter
notebook extension. For more information, see the
`github page <https://github.com/vega/ipyvega>`_.
24 changes: 4 additions & 20 deletions pyproject.toml
Expand Up @@ -20,6 +20,10 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"
]
homepage = "https://github.com/vega/ipyvega"
repository = "https://github.com/vega/ipyvega"
exclude = ["notebooks/*"]
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.8"
Expand All @@ -37,26 +41,6 @@ widget = [
[tool.poetry.scripts]
test = "pytest:main"

[project]
homepage = 'http://github.com/vega/ipyvega'
download = 'http://github.com/vega/ipyvega'
long_description = """
IPython Vega
============
IPython/Jupyter notebook module for `Vega <https://github.com/vega/vega/>`_
and `Vega-Lite <https://github.com/vega/vega-lite/>`_.
Notebooks with embedded visualizations can be viewed on github and nbviewer.
For more information, see https://github.com/vega/ipyvega.
Installation Notes
------------------
When installing from PyPI, extra steps may be required to enable the Jupyter
notebook extension. For more information, see the
`github page <https://github.com/vega/ipyvega>`_.
"""

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
3 changes: 0 additions & 3 deletions setup.cfg

This file was deleted.

0 comments on commit 2156f2f

Please sign in to comment.