Skip to content

Commit

Permalink
🚧 update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdvala committed Dec 26, 2021
1 parent 9a304c8 commit 900e7b5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,17 @@ def read_requirements(path):
entry_points={"console_scripts": ["lazytext = lazytext.cli:entrypoint"]},
author="lazytext",
author_email="[email protected]",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering",
"Topic :: Text Processing :: General",
],
url="https://github.com/jdvala/lazytext",
)

0 comments on commit 900e7b5

Please sign in to comment.