diff --git a/LICENSE.txt b/LICENSE.txt index 515e76d8..dd6424b8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018 Kuchuk Oleh +Copyright (c) 2018 Kuchuk Oleh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index d026a59c..5e370d86 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def read(*parts): url='https://github.com/hzlmn/aiohttp-jwt', author='Oleh Kuchuk', author_email='kuchuklehjs@gmail.com', - license=read('LICENSE.txt'), + license='MIT', packages=packages, install_requires=install_requires, zip_safe=False,