From 5b9ecaf5e7c00a9259c9cd271c9194999cae30af Mon Sep 17 00:00:00 2001 From: Graham Pugh Date: Wed, 11 May 2022 20:01:59 +0200 Subject: [PATCH] change description to pkg_resources --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8791ea9..9afee3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ No date 8.3.22 - Universal python build packages. -- Use `packaging` instead of `distutils` where available (allows for removal if `distutils` in python 3.12 - addresses [grahampugh/macadmin-scripts/issues/47](https://github.com/grahampugh/macadmin-scripts/issues/47)). +- Use `pkg_resources` instead of `distutils` where available (allows for removal if `distutils` in python 3.12 - addresses [grahampugh/macadmin-scripts/issues/47](https://github.com/grahampugh/macadmin-scripts/issues/47)). ## [26.0]