Skip to content

Commit

Permalink
Add long description for PyPi page (#28)
Browse files Browse the repository at this point in the history
Closes #19. Tested locally with: python setup.py --long-description
  • Loading branch information
epogrebnyak authored and danijar committed Aug 11, 2019
1 parent c0476b8 commit 8ce8311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import setuptools
import pathlib


setuptools.setup(
name='handout',
version='1.0.0',
description='Turn Python scripts into handouts with Markdown and figures',
url='http://github.com/danijar/handout',
long_description=pathlib.Path('README.md').read_text(),
long_description_content_type='text/markdown',
install_requires=[],
extras_require={'media': ['imageio']},
packages=['handout'],
Expand Down

0 comments on commit 8ce8311

Please sign in to comment.