Skip to content

Commit

Permalink
updates to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
riedelcastro committed Jan 14, 2017
1 parent 3fe2dae commit d8f8055
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FROM jupyter/minimal-notebook

MAINTAINER Sebastian Riedel <[email protected]>

RUN pip install \
git+git://github.com/uclmr/egal.git
RUN pip install egal

RUN jupyter nbextension install egal --py --sys-prefix

Expand Down
22 changes: 4 additions & 18 deletions example.ipynb

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
import os


def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()


setup(
name='egal', # This is the name of your PyPI-package.
version='0.1.0 ', # Update the version number for new releases
version='0.1.2', # Update the version number for new releases
scripts=[], # The name of your script, and also the command you'll be using for calling it
packages=['egal'],
author='Sebastian Riedel',
long_description=read('README.md'),
long_description="A jupyter extension to draw SVG images inline, within cells.",
url='https://github.com/uclmr/egal',
author_email='[email protected]',
include_package_data=True,
Expand Down

0 comments on commit d8f8055

Please sign in to comment.