From ffa5a8f6defb0f81ac065c1fe429e4bcf5e3d156 Mon Sep 17 00:00:00 2001 From: Vladimir Magamedov Date: Tue, 2 Jul 2019 16:43:31 +0300 Subject: [PATCH] Updated license information --- LICENSE.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={