Skip to content

Commit

Permalink
Fixed licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Oct 23, 2018
1 parent 8856ebe commit 9481eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Kuchuk Oleh
Copyright (c) 2018 Kuchuk Oleh <kuchuklehjs@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9481eb6

Please sign in to comment.