[Interface-dev] zope.interface 3.4.1 bdist_rpm problem

Armen Babikyan armenb at ll.mit.edu
Tue May 20 15:58:29 EDT 2008


Hello,

There's a small problem when using python distutils' bdist_rpm to 
automatically generate RPMs. Some files are referenced in setup.py, but 
not added to a MANIFEST. Here's a patch:

--- zope.interface-3.4.1/MANIFEST.in 1969-12-31 19:00:00.000000000 -0500
+++ zope.interface-3.4.1/MANIFEST.in 2008-05-20 13:23:54.000000000 -0400
@@ -0,0 +1,4 @@
+include CHANGES.txt
+include src/zope/interface/README.txt
+include src/zope/interface/adapter.txt
+include src/zope/interface/human.txt

This will let "python setup.py build && python setup.py bdist_rpm" 
execute without error.

Thanks,

Armen

-- 
Armen Babikyan
MIT Lincoln Laboratory
armenb at ll.mit.edu . 781-981-1796 



More information about the Interface-dev mailing list