Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EclairCJ committed Oct 24, 2022
1 parent c8a3fe8 commit 0e7995a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ArticutAPI",
version="1.2.2",
version="1.3.0",
author="Droidtown Linguistic Tech. Co. Ltd.",
author_email="info@droidtown.co",
description="Articut NLP system provides not only finest results on Chinese word segmentaion (CWS), Part-of-Speech tagging (POS) and Named Entity Recogintion tagging (NER), but also the fastest online API service in the NLP industry.",
Expand Down Expand Up @@ -39,14 +39,15 @@
],
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=["requests >= 2.25.1", "graphene"],
install_requires=["requests >= 2.25.1", "emoji", "graphene"],
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 0e7995a

Please sign in to comment.