Skip to content

Commit

Permalink
Add long description to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmogar committed May 5, 2015
1 parent 8d683a2 commit 3e53702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
open('genderator/__init__.py').read(),
re.M).group(1)

with open("README.rst", "rb") as f:
long_description = f.read().decode("utf-8")

setup(name='genderator',
version=version,
description='Python library to guess gender given a spanish full name',
long_description=long_description,
author='David Moreno-Garcia',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 3e53702

Please sign in to comment.