Skip to content

Commit

Permalink
Merge pull request #13 from letuananh/dev-0.2.3
Browse files Browse the repository at this point in the history
Dev 0.2.3
  • Loading branch information
letuananh authored May 9, 2021
2 parents b92ad22 + 79dd318 commit 8761539
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coolisf/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
__issue__ = "https://github.com/letuananh/intsem.fx/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.2.3" # follow PEP-0440
__version__ = "{}b1".format(__version_major__)
__version_long__ = "{} - Beta 1".format(__version_major__)
__version__ = "{}b2".format(__version_major__)
__version_long__ = "{} - Beta 2".format(__version_major__)
__status__ = "4 - Beta"
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ def read(*filenames, **kwargs):
name='coolisf',
version=pkg_info["__version__"],
url=pkg_info["__url__"],
project_urls={
"Bug Tracker": "https://github.com/letuananh/intsem.fx/issues",
"Source Code": "https://github.com/letuananh/intsem.fx"
},
keywords=["linguistics", "analysis", "semantics", "meaning", "nlp",
"HPSG", "ERG", "MRS", "DMRS", "grammar",
"Sign-based Construction Grammar", "wordnet", "wsd", "word-sense disambiguation"],
license=pkg_info["__license__"],
author=pkg_info["__author__"],
tests_require=[],
Expand All @@ -46,6 +53,7 @@ def read(*filenames, **kwargs):
author_email=pkg_info["__email__"],
description=pkg_info["__description__"],
long_description=long_description,
long_description_content_type='text/markdown',
packages=['coolisf',
'coolisf.dao',
'coolisf.data',
Expand All @@ -63,7 +71,7 @@ def read(*filenames, **kwargs):
'Natural Language :: Indonesian',
'Natural Language :: Chinese (Simplified)',
'Natural Language :: Chinese (Traditional)',
'Environment :: Console Application',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: ' + pkg_info["__license__"],
'Operating System :: OS Independent',
Expand Down

0 comments on commit 8761539

Please sign in to comment.