Skip to content

Commit

Permalink
Fix types-boto3 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 29, 2024
1 parent 68c5ea2 commit fb83c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy_boto3_builder/package_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class TypesBoto3PackageData(BasePackageData):
types-boto3 package data.
"""

NAME = "types-boto3"
NAME = "boto3-stubs"
PYPI_NAME = "types-boto3"
PYPI_STUBS_NAME = "types-boto3"
PYPI_LITE_NAME = "types-boto3-lite"
Expand Down

0 comments on commit fb83c3f

Please sign in to comment.