Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
b869876a
Commit
b869876a
authored
Mar 15, 2005
by
Martijn Faassen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Big hack so that included zope 3 builds.
parent
a6ae89ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setup.py
setup.py
+3
-2
No files found.
setup.py
View file @
b869876a
...
...
@@ -1137,8 +1137,9 @@ class Finder:
# We're finding packages in lib/python in the source dir, but we're
# copying them directly under build/lib.<plat>. So we need to lop off
# the prefix when calculating the package names from the file names.
self
.
_plen
=
len
(
prefix
)
prefix
,
rest
=
os
.
path
.
split
(
prefix
)
self
.
_plen
=
len
(
prefix
)
+
1
def
visit
(
self
,
ignore
,
dir
,
files
):
for
file
in
files
:
# First see if this is one of the packages we want to add, or if
...
...
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