Commit f40a47a7 authored by Paul Ganssle's avatar Paul Ganssle

Add __all__ to setuptools.build_meta

parent 74c323d1
......@@ -35,6 +35,12 @@ import contextlib
import setuptools
import distutils
__all__ = ['get_requires_for_build_sdist',
'get_requires_for_build_wheel',
'prepare_metadata_for_build_wheel',
'build_wheel',
'build_sdist',
'SetupRequirementsError']
class SetupRequirementsError(BaseException):
def __init__(self, specifiers):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment