From bae49d04dc9ba5b470d2ff805fe4265f0113d61a Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 11 Feb 2025 14:36:38 -0500 Subject: [PATCH 1/2] SWI-6715 Update Project Name for PEP 625 --- README.md | 2 +- custom_templates/setup.mustache | 2 +- openapi-config.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 86061ad4..97bbb299 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bandwidth-sdk +# bandwidth_sdk Bandwidth's Communication APIs This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: diff --git a/custom_templates/setup.mustache b/custom_templates/setup.mustache index 9299b1e5..e3a76a78 100644 --- a/custom_templates/setup.mustache +++ b/custom_templates/setup.mustache @@ -6,7 +6,7 @@ import os import sys from setuptools import setup, find_packages # noqa: H301 -NAME = "bandwidth-sdk" +NAME = "{{{projectName}}}" VERSION = os.environ['RELEASE_VERSION'] with open('README.md', 'r', encoding='utf-8') as fh: diff --git a/openapi-config.yml b/openapi-config.yml index c8cebd92..b3ebef05 100644 --- a/openapi-config.yml +++ b/openapi-config.yml @@ -1,4 +1,4 @@ -projectName: bandwidth-sdk +projectName: bandwidth_sdk packageName: bandwidth packageUrl: 'https://dev.bandwidth.com/sdks/python' disallowAdditionalPropertiesIfNotPresent: false diff --git a/setup.py b/setup.py index e76160f5..ed152559 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import sys from setuptools import setup, find_packages # noqa: H301 -NAME = "bandwidth-sdk" +NAME = "bandwidth_sdk" VERSION = os.environ['RELEASE_VERSION'] with open('README.md', 'r', encoding='utf-8') as fh: From f943fc8c9738aaa4ee8d3023a693b4f923138319 Mon Sep 17 00:00:00 2001 From: ckoegel Date: Tue, 11 Feb 2025 15:38:49 -0500 Subject: [PATCH 2/2] update codeowers --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2a7b539b..c71337a6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global rule: -* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin +* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin @Bandwidth/band-programmable-voice-swi