From 200f4029c5d34a670e2acc99cb3153563032e523 Mon Sep 17 00:00:00 2001 From: Matthieu Devlin Date: Mon, 24 Mar 2025 12:24:24 -0700 Subject: [PATCH] fix: replace dash with underscore in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5bde4372f5..24d8fcd239 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ universal = 1 [metadata] -description-file = README.md +description_file = README.md [flake8] exclude = ./twilio/rest,./twilio/twiml,./tests/integration