diff --git a/LICENSE.txt b/LICENSE.txt index f5c9e8c..802eb53 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2018, Vladimir Magamedov +Copyright (c) 2019, Vladimir Magamedov All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/setup.py b/setup.py index d609e3c..7c70049 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( url='https://github.com/vmagamedov/grpclib', packages=find_packages(), package_data={'grpclib': ['py.typed']}, - license='BSD', + license='BSD-3-Clause', python_requires='>=3.6', install_requires=['h2', 'multidict'], entry_points={