Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
nice description
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jun 19, 2017
1 parent dc90d2d commit 2b60476
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
from setuptools import setup

description='Providing default representations of common objects in Python land',

try:
import pypandoc
description = pypandoc.convert(open('README.md','r').read(), format='markdown', to='rst')
except:
print('Issues running or importing pypandoc. If you are publishing the package the description will be missing.')

setup(name='disp',
version='0.0.3',
description='Providing default representations of common objects in Python land',
Expand Down

0 comments on commit 2b60476

Please sign in to comment.