Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
f40a47a7
Commit
f40a47a7
authored
Jan 27, 2019
by
Paul Ganssle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add __all__ to setuptools.build_meta
parent
74c323d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
setuptools/build_meta.py
setuptools/build_meta.py
+6
-0
No files found.
setuptools/build_meta.py
View file @
f40a47a7
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment