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
abe7d6ae
Commit
abe7d6ae
authored
Nov 04, 2013
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backout 265d369ad3b9.
parent
60e84ced
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
command/build_py.py
command/build_py.py
+1
-2
No files found.
command/build_py.py
View file @
abe7d6ae
...
...
@@ -127,8 +127,7 @@ class build_py (Command):
# Each pattern has to be converted to a platform-specific path
filelist
=
glob
(
os
.
path
.
join
(
src_dir
,
convert_path
(
pattern
)))
# Files that match more than one pattern are only added once
files
.
extend
([
fn
for
fn
in
filelist
if
fn
not
in
files
and
os
.
path
.
isfile
(
fn
)])
files
.
extend
([
fn
for
fn
in
filelist
if
fn
not
in
files
])
return
files
def
build_package_data
(
self
):
...
...
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