Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodManWEN authored Mar 22, 2020
1 parent a8b3af1 commit fd6af96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@ def get_install_requires(filename):
packages = find_packages(),
install_requires = get_install_requires('requirements.txt'),
classifiers=[
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Framework :: AsyncIO',
],
python_requires='>=3.7',
keywords=["jwt" , "aiohttp" , "aiohttp-jwt" ,"aiohttp-jwtplus"]
Expand Down

0 comments on commit fd6af96

Please sign in to comment.