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
3d2ade66
Commit
3d2ade66
authored
Jul 18, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization, via reindent.py.
parent
0180948b
Changes
20
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
26 additions
and
31 deletions
+26
-31
archive_util.py
archive_util.py
+2
-2
bcppcompiler.py
bcppcompiler.py
+1
-1
ccompiler.py
ccompiler.py
+2
-2
cmd.py
cmd.py
+2
-2
command/bdist.py
command/bdist.py
+1
-1
command/bdist_dumb.py
command/bdist_dumb.py
+1
-1
command/bdist_wininst.py
command/bdist_wininst.py
+1
-1
command/build_ext.py
command/build_ext.py
+2
-2
command/build_scripts.py
command/build_scripts.py
+1
-1
command/install.py
command/install.py
+1
-1
command/register.py
command/register.py
+0
-1
core.py
core.py
+0
-1
cygwinccompiler.py
cygwinccompiler.py
+1
-1
debug.py
debug.py
+0
-1
dir_util.py
dir_util.py
+0
-1
dist.py
dist.py
+2
-2
file_util.py
file_util.py
+1
-1
filelist.py
filelist.py
+1
-1
log.py
log.py
+4
-4
msvccompiler.py
msvccompiler.py
+3
-4
No files found.
archive_util.py
View file @
3d2ade66
bcppcompiler.py
View file @
3d2ade66
ccompiler.py
View file @
3d2ade66
cmd.py
View file @
3d2ade66
command/bdist.py
View file @
3d2ade66
command/bdist_dumb.py
View file @
3d2ade66
command/bdist_wininst.py
View file @
3d2ade66
command/build_ext.py
View file @
3d2ade66
command/build_scripts.py
View file @
3d2ade66
command/install.py
View file @
3d2ade66
command/register.py
View file @
3d2ade66
...
@@ -286,4 +286,3 @@ Your selection [default 1]: ''',
...
@@ -286,4 +286,3 @@ Your selection [default 1]: ''',
if
self
.
show_response
:
if
self
.
show_response
:
print
'-'
*
75
,
data
,
'-'
*
75
print
'-'
*
75
,
data
,
'-'
*
75
return
result
return
result
core.py
View file @
3d2ade66
...
@@ -239,4 +239,3 @@ def run_setup (script_name, script_args=None, stop_after="run"):
...
@@ -239,4 +239,3 @@ def run_setup (script_name, script_args=None, stop_after="run"):
return
_setup_distribution
return
_setup_distribution
# run_setup ()
# run_setup ()
cygwinccompiler.py
View file @
3d2ade66
debug.py
View file @
3d2ade66
...
@@ -7,4 +7,3 @@ __revision__ = "$Id$"
...
@@ -7,4 +7,3 @@ __revision__ = "$Id$"
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
# debug mode.
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)
DEBUG
=
os
.
environ
.
get
(
'DISTUTILS_DEBUG'
)
dir_util.py
View file @
3d2ade66
...
@@ -225,4 +225,3 @@ def ensure_relative (path):
...
@@ -225,4 +225,3 @@ def ensure_relative (path):
if
path
[
0
:
1
]
==
os
.
sep
:
if
path
[
0
:
1
]
==
os
.
sep
:
path
=
drive
+
path
[
1
:]
path
=
drive
+
path
[
1
:]
return
path
return
path
dist.py
View file @
3d2ade66
file_util.py
View file @
3d2ade66
filelist.py
View file @
3d2ade66
log.py
View file @
3d2ade66
msvccompiler.py
View file @
3d2ade66
...
@@ -576,4 +576,3 @@ class MSVCCompiler (CCompiler) :
...
@@ -576,4 +576,3 @@ class MSVCCompiler (CCompiler) :
p
=
self
.
get_msvc_paths
(
name
)
p
=
self
.
get_msvc_paths
(
name
)
if
p
:
if
p
:
os
.
environ
[
name
]
=
string
.
join
(
p
,
';'
)
os
.
environ
[
name
]
=
string
.
join
(
p
,
';'
)
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