Code review comment for lp:~leonardr/wadllib/package-to-include-sample-data

Revision history for this message
Leonard Richardson (leonardr) wrote :

This pastebin shows the old output of "setup.py sdist":

http://pastebin.ubuntu.com/517579/

Note the errors:
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pt' under directory 'src'
warning: no files found matching '*.zcml' under directory 'src'
warning: no previously-included files found matching 'buildout.cfg'
warning: no previously-included files found matching 'bootstrap.py'
warning: no previously-included files found matching '.bzrignore'
no previously-included directories found matching '_bootstrap'

These errors are caused by the fact that MANIFEST.in was copied from some other project (possibly lazr.restful) and never tailored for wadllib.

This pastebin shows the new output:

http://pastebin.ubuntu.com/517581/

The errors are gone, and all the files we want to include, are included.

« Back to merge proposal