From 701ab5069a8f5747ba726964a71e5123aed072c1 Mon Sep 17 00:00:00 2001 From: Cooper Walbrun <69944858+cooperwalbrun@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:19:05 -0600 Subject: [PATCH] Update the project's description --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c9556c1..3cfd225 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = aws-cidr-finder author = cooperwalbrun author_email = mail@cooperwalbrun.io -description = A CLI tool for finding unused CIDR blocks in AWS VPCs. +description = A CLI tool and library for finding unused CIDR blocks in AWS VPCs. long_description = file:README.md long_description_content_type = text/markdown url = https://github.com/cooperwalbrun/aws-cidr-finder