Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
binodmx authored Feb 5, 2021
1 parent c442111 commit 6d4ed08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="helasentilex",
version="0.1.0",
version="0.1.1",
author="Binod Karunanayake",
author_email="binod.16@cse.mrt.ac.lk",
description="API for Sinhala Sentiment Lexicon",
description="Python API for Sinhala Sentiment Lexicon",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/BrainstormersLK/helasentilex",
url="https://github.com/binodmx/helasentilex",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 6d4ed08

Please sign in to comment.