Skip to content

Commit

Permalink
Merge pull request #1 from jdvala/update/setup.py
Browse files Browse the repository at this point in the history
🚧 update setup.py
  • Loading branch information
jdvala authored Dec 26, 2021
2 parents 9a304c8 + 822b60d commit 86fe4a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down
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 86fe4a9

Please sign in to comment.