Skip to content

Commit 78ecbe1

Browse files
authored
SWI-6715 Update Project Name for PEP 625 (#232)
* SWI-6715 Update Project Name for PEP 625 * update codeowers
1 parent 44f08bf commit 78ecbe1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Global rule:
2-
* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin
2+
* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin @Bandwidth/band-programmable-voice-swi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bandwidth-sdk
1+
# bandwidth_sdk
22
Bandwidth's Communication APIs
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

custom_templates/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import os
66
import sys
77
from setuptools import setup, find_packages # noqa: H301
88

9-
NAME = "bandwidth-sdk"
9+
NAME = "{{{projectName}}}"
1010
VERSION = os.environ['RELEASE_VERSION']
1111

1212
with open('README.md', 'r', encoding='utf-8') as fh:

openapi-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectName: bandwidth-sdk
1+
projectName: bandwidth_sdk
22
packageName: bandwidth
33
packageUrl: 'https://dev.bandwidth.com/sdks/python'
44
disallowAdditionalPropertiesIfNotPresent: false

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sys
1818
from setuptools import setup, find_packages # noqa: H301
1919

20-
NAME = "bandwidth-sdk"
20+
NAME = "bandwidth_sdk"
2121
VERSION = os.environ['RELEASE_VERSION']
2222

2323
with open('README.md', 'r', encoding='utf-8') as fh:

0 commit comments

Comments
 (0)