Skip to content

Commit

Permalink
Updated setup.py to read from the correct readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas Reincke committed Jan 9, 2018
1 parent 9fc3dd3 commit 3b804c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
packages=['gedcom', ],
license='GPLv2',
package_dir={'': '.'},
description=open('README').readlines()[0].strip(),
long_description=open('README').read(),
description=open('README.md').readlines()[0].strip(),
long_description=open('README.md').read(),
maintainer='Madeleine Ball',
maintainer_email='mpball@gmail.com',
url='https://github.com/madprime/python-gedcom',
Expand Down

0 comments on commit 3b804c6

Please sign in to comment.