Added dependencies with zope.copy package
authorThierry Florac <thierry.florac@onf.fr>
Tue, 17 Mar 2015 17:13:25 +0100
changeset 4 4070bf0c5d9e
parent 3 5ee5bf0d8c45
child 5 aa402a05ef0e
Added dependencies with zope.copy package
buildout.cfg
setup.py
src/pyams_file.egg-info/SOURCES.txt
--- a/buildout.cfg	Tue Mar 17 17:12:48 2015 +0100
+++ b/buildout.cfg	Tue Mar 17 17:13:25 2015 +0100
@@ -32,6 +32,7 @@
     pyramid
     python-magic
     zope.component
+    zope.copy
     zope.interface
 
 [i18n]
--- a/setup.py	Tue Mar 17 17:12:48 2015 +0100
+++ b/setup.py	Tue Mar 17 17:13:25 2015 +0100
@@ -60,6 +60,7 @@
           'pyramid',
           'python-magic',
           'zope.component',
+          'zope.copy',
           'zope.interface',
       ],
       entry_points="""
--- a/src/pyams_file.egg-info/SOURCES.txt	Tue Mar 17 17:12:48 2015 +0100
+++ b/src/pyams_file.egg-info/SOURCES.txt	Tue Mar 17 17:13:25 2015 +0100
@@ -19,7 +19,6 @@
 src/pyams_file.egg-info/top_level.txt
 src/pyams_file/archive/__init__.py
 src/pyams_file/archive/bz2.py
-src/pyams_file/archive/configure.zcml
 src/pyams_file/archive/gz.py
 src/pyams_file/archive/tar.py
 src/pyams_file/archive/zip.py