Skip to content

Commit

Permalink
Add missing __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Jan 14, 2025
1 parent 3b33047 commit e0c36e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/setuptools/setuptools/_distutils/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ from .cmd import Command as Command
from .dist import Distribution as Distribution
from .extension import Extension as Extension

__all__ = ["Distribution", "Command", "Extension", "setup"]

@type_check_only
class _SetupArgs(TypedDict, total=False): # total=False for custom Distributions that could accept more arguments
name: str
Expand Down

0 comments on commit e0c36e9

Please sign in to comment.