From 740853c7f21910de3135db2fb3a80ba85713de02 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Fri, 23 Aug 2024 12:26:43 -0400 Subject: [PATCH] chore: add license identifier to project metadata --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c8673986e..0df04dde4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ universal = 1 [metadata] description-file = README.md +license = MIT [flake8] exclude = ./twilio/rest,./twilio/twiml,./tests/integration