add zope.app.dublincore (deprecated) dependency to support old persistent data
This commit is contained in:
parent
e32c0411d4
commit
6b22eb85dd
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.pyo
|
||||||
ajax/dojo/*
|
ajax/dojo/*
|
||||||
|
*.egg-info
|
||||||
*.project
|
*.project
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -22,6 +22,7 @@ setup(name='cybertools',
|
||||||
'lxml',
|
'lxml',
|
||||||
#'PIL',
|
#'PIL',
|
||||||
'zope.app.catalog',
|
'zope.app.catalog',
|
||||||
|
'zope.app.dublincore',
|
||||||
'zope.app.file',
|
'zope.app.file',
|
||||||
'zope.app.intid',
|
'zope.app.intid',
|
||||||
'zope.app.preview',
|
'zope.app.preview',
|
||||||
|
|
Loading…
Add table
Reference in a new issue