-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change form on normalize call to NFKC
- Loading branch information
1 parent
9448132
commit e15b75e
Showing
3 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,6 @@ | |
|
||
from setuptools import setup, find_packages | ||
|
||
try: | ||
import pypandoc | ||
|
||
long_description = pypandoc.covert('README.md', 'rst') | ||
except (IOError, ImportError): | ||
long_description = '' | ||
|
||
version = re.search( | ||
'^__version__\s*=\s*\'(.*)\'', | ||
|
@@ -19,7 +13,6 @@ | |
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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters