Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
nexedi
ZODB
Commits
fbb7051b
Commit
fbb7051b
authored
Feb 16, 2007
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing packages and directories.
parent
6713f3e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
setup.py
setup.py
+6
-3
No files found.
setup.py
View file @
fbb7051b
...
@@ -132,8 +132,10 @@ exts += [cPersistence,
...
@@ -132,8 +132,10 @@ exts += [cPersistence,
# need to convert early versions of Zope3 databases to ZODB3.
# need to convert early versions of Zope3 databases to ZODB3.
packages
=
[
"BTrees"
,
"BTrees.tests"
,
packages
=
[
"BTrees"
,
"BTrees.tests"
,
"ZEO"
,
"ZEO.auth"
,
"ZEO.zrpc"
,
"ZEO.tests"
,
"ZEO"
,
"ZEO.auth"
,
"ZEO.zrpc"
,
"ZEO.tests"
,
"ZEO.scripts"
,
"ZODB"
,
"ZODB.FileStorage"
,
"ZODB.tests"
,
"ZODB"
,
"ZODB.Blobs"
,
"ZODB.Blobs.tests"
,
"ZODB.FileStorage"
,
"ZODB.tests"
,
"ZODB.scripts"
,
"persistent"
,
"persistent.tests"
,
"persistent"
,
"persistent.tests"
,
"transaction"
,
"transaction.tests"
,
"transaction"
,
"transaction.tests"
,
"ThreadedAsync"
,
"ThreadedAsync"
,
...
@@ -151,6 +153,8 @@ def copy_other_files(cmd, outputbase):
...
@@ -151,6 +153,8 @@ def copy_other_files(cmd, outputbase):
"ZEO"
,
"ZEO"
,
"ZODB"
,
"ZODB"
,
"ZODB/tests"
,
"ZODB/tests"
,
"ZODB/Blobs"
,
"ZODB/Blobs/tests"
,
]
]
for
dir
in
directories
:
for
dir
in
directories
:
exts
=
extensions
exts
=
extensions
...
@@ -248,7 +252,6 @@ setup(name="ZODB3",
...
@@ -248,7 +252,6 @@ setup(name="ZODB3",
maintainer
=
"Zope Corporation"
,
maintainer
=
"Zope Corporation"
,
maintainer_email
=
"zodb-dev@zope.org"
,
maintainer_email
=
"zodb-dev@zope.org"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
url
=
"http://www.zope.org/Wikis/ZODB"
,
download_url
=
"http://www.zope.org/Products/ZODB3.5"
,
packages
=
packages
,
packages
=
packages
,
package_dir
=
{
''
:
'src'
},
package_dir
=
{
''
:
'src'
},
ext_modules
=
exts
,
ext_modules
=
exts
,
...
...
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