-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from allo-media/master
Version 2.5.0
- Loading branch information
Showing
26 changed files
with
2,527 additions
and
242 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
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from setuptools import setup, find_packages | ||
|
||
|
||
VERSION = "2.4.0" | ||
VERSION = "2.5.0" | ||
|
||
|
||
def readme(): | ||
|
@@ -12,7 +12,7 @@ def readme(): | |
setup( | ||
name="text2num", | ||
version=VERSION, | ||
description="Parse and convert numbers written in French, Spanish, English or Portuguese into their digit representation.", | ||
description="Parse and convert numbers written in French, Spanish, English, Portuguese, German, Catalan or Russion into their digit representation.", | ||
long_description=readme(), | ||
classifiers=[ | ||
"Development Status :: 5 - Production/Stable", | ||
|
@@ -23,9 +23,12 @@ def readme(): | |
"Natural Language :: French", | ||
"Natural Language :: English", | ||
"Natural Language :: Spanish", | ||
"Natural Language :: Portuguese" | ||
"Natural Language :: Portuguese", | ||
"Natural Language :: German", | ||
"Natural Language :: Catalan", | ||
"Natural Language :: Russian" | ||
], | ||
keywords="French, Spanish, English and Portuguese NLP words-to-numbers", | ||
keywords="French Spanish English Portuguese German Catalan Russion NLP words-to-numbers", | ||
url="https://github.com/allo-media/text2num", | ||
author="Allo-Media", | ||
author_email="[email protected]", | ||
|
Oops, something went wrong.