Duncan McGreggor has proposed merging lp:~oubiwann/txaws/919861-fix-manifest into lp:txaws.
Requested reviews: txAWS Developers (txaws-dev) Related bugs: Bug #919861 in txAWS: "incorrectly configured directives in MANIFEST.in" https://bugs.launchpad.net/txaws/+bug/919861 For more details, see: https://code.launchpad.net/~oubiwann/txaws/919861-fix-manifest/+merge/89566 -- https://code.launchpad.net/~oubiwann/txaws/919861-fix-manifest/+merge/89566 Your team txAWS Developers is requested to review the proposed merge of lp:~oubiwann/txaws/919861-fix-manifest into lp:txaws.
=== modified file 'MANIFEST.in' --- MANIFEST.in 2010-02-12 19:33:16 +0000 +++ MANIFEST.in 2012-01-22 03:11:23 +0000 @@ -1,5 +1,5 @@ include README include LICENSE include setup.py -recursive-include bin -recursive-include txaws/*.py +graft bin +recursive-include txaws *.py
_______________________________________________ Mailing list: https://launchpad.net/~txaws-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~txaws-dev More help : https://help.launchpad.net/ListHelp

