From 195819f70b09912c876edd1141ac029fc28cabfb Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:55:44 +0200 Subject: [PATCH] Add license to project metadata (#917) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index dbd91880..cb18abf0 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ author="Manuel Miranda", url="https://github.com/aio-libs/aiocache", author_email="manu.mirandad@gmail.com", + license="BSD-3-Clause", description="multi backend asyncio cache", long_description=readme, classifiers=[