Skip to content

Commit

Permalink
version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunghtetsan275 committed May 5, 2020
1 parent 29387b7 commit fb4f88a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setup(
name="pyidaungsu",
version="0.0.7",
version="0.0.8",
author="Kaung Htet San",
author_email="[email protected]",
description="Python library for Myanmar language",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/kaunghtetsan275/pyidaungsu",
download_url = 'https://github.com/kaunghtetsan275/pyidaungsu/archive/0.0.7.tar.gz',
install_requires=['numpy','python-crfsuite'],
download_url = 'https://github.com/kaunghtetsan275/pyidaungsu/archive/0.0.8.tar.gz',
install_requires=['numpy','python-crfsuite','emoji'],
packages=find_packages(),
package_data={'pyidaungsu': ['pyidaungsu/model/*']},
include_package_data=True,
Expand All @@ -23,4 +23,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
)

0 comments on commit fb4f88a

Please sign in to comment.