Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
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
Boxiang Sun
zope-container
Commits
ddbba0ae
Commit
ddbba0ae
authored
Mar 27, 2007
by
Bernd Dorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finished buildout
parent
58aa71a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
32 deletions
+5
-32
buildout.cfg
buildout.cfg
+1
-31
setup.py
setup.py
+4
-1
No files found.
buildout.cfg
View file @
ddbba0ae
[buildout]
develop = .
../zope.annotation
../zope.app.broken
../zope.app.component
../zope.app.container
../zope.app.interface
../zope.app.module
../zope.app.publication
../zope.app.publisher
../zope.app.testing
../zope.app.zapi
../zope.dublincore
../zope.filerepresentation
../zope.i18n
../zope.location
../zope.security
../zope.traversing
../zope.app.appsetup
../zope.app.applicationcontrol
../zope.app.http
../zope.app.exception
../zope.app.error
../zope.app.security
../zope.app.authentication
../zope.app.dependable
../zope.app.folder
../zope.app.debug
../zope.modulealias
../zope.copypastemove
parts = test
find-links = http://download.zope.org/distribution/
[test]
recipe = zc.recipe.testrunner
defaults = ['--tests-pattern', '^f?tests$']
eggs = zope.app.container [test]
setup.py
View file @
ddbba0ae
...
...
@@ -40,7 +40,10 @@ setup(name='zope.app.container',
],
include_dirs
=
[
'include'
]),
],
extras_require
=
dict
(
test
=
[
'zope.app.testing'
]),
extras_require
=
dict
(
test
=
[
'zope.app.testing'
,
'zope.app.securitypolicy'
,
'zope.app.zcmlfiles'
,
'zope.app.file'
]),
namespace_packages
=
[
'zope'
,
'zope.app'
],
install_requires
=
[
'setuptools'
,
'zope.interface'
,
...
...
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