Skip to content

Commit

Permalink
Include readme in package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 4, 2018
1 parent a4db7db commit a07335d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

from nbval._version import __version__

with open('README.md') as f:
readme = f.read()

setup(
name="nbval",
version=__version__,
author="Laslett, Cortes, Fauske, Kluyver, Pepper, Fangohr",
description='A py.test plugin to validate Jupyter notebooks',
long_description=readme,
long_description_content_type="text/markdown",
packages = ['nbval'],
url='https://github.com/computationalmodelling/nbval',
# the following makes a plugin available to pytest
Expand Down

0 comments on commit a07335d

Please sign in to comment.