Skip to content

Commit 8e4140f

Browse files
committed
Sync open source content šŸ (from f2b306098c7fc968375583523b751877afee0149)
1 parent ec739f4 commit 8e4140f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Ždocs/speakeasy-reference/generation/python-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ python:
2727
required: "true",
2828
default: "openapi",
2929
description:
30-
"The distribution name of the PyPI package. See [Python Package Metadata](https://docs.python.org/3.11/distutils/setupscript.html#additional-meta-data).",
30+
"The distribution name of the PyPI package. See [Python Package Metadata](https://packaging.python.org/en/latest/specifications/name-normalization/).",
3131
},
3232
{
3333
name: "moduleName",
3434
required: "false",
3535
default: "Same as `packageName`",
3636
description:
37-
"The name of the module users will import from. Allows using a different name for imports than the package name. [Custom code](/docs/customize/code/code-regions/overview) regions will be removed by updating the ModuleName",
37+
"The name of the module users will import from. Allows using a different name for imports than the package name. PEP 420 implicit namespace packages are supported with period (.) characters, such as `speakeasy.api_client`. [Custom code](/docs/customize/code/code-regions/overview) regions will be removed by updating the ModuleName",
3838
},
3939
{
4040
name: "authors",

0 commit comments

Comments
Ā (0)