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
511f865b
Commit
511f865b
authored
Apr 05, 2009
by
Tarek Ziadé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pep8-fied method names
parent
9dd99efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
command/bdist.py
command/bdist.py
+3
-3
No files found.
command/bdist.py
View file @
511f865b
...
...
@@ -75,14 +75,14 @@ class bdist(Command):
}
def
initialize_options
(
self
):
def
initialize_options
(
self
):
self
.
bdist_base
=
None
self
.
plat_name
=
None
self
.
formats
=
None
self
.
dist_dir
=
None
self
.
skip_build
=
0
def
finalize_options
(
self
):
def
finalize_options
(
self
):
# have to finalize 'plat_name' before 'bdist_base'
if
self
.
plat_name
is
None
:
if
self
.
skip_build
:
...
...
@@ -110,7 +110,7 @@ class bdist(Command):
if
self
.
dist_dir
is
None
:
self
.
dist_dir
=
"dist"
def
run
(
self
):
def
run
(
self
):
# Figure out which sub-commands we need to run.
commands
=
[]
for
format
in
self
.
formats
:
...
...
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