Aurélien Bompard has proposed merging 
lp:~abompard/mailman.client/missing-manifest-includes into lp:mailman.client.

Requested reviews:
  Mailman Coders (mailman-coders)

For more details, see:
https://code.launchpad.net/~abompard/mailman.client/missing-manifest-includes/+merge/249475

This is a trivial fix: the unittest.cfg and tox.ini files were not included in 
the sdist tarball, making it impossible to run the unit tests from there.
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~abompard/mailman.client/missing-manifest-includes into lp:mailman.client.
=== modified file 'MANIFEST.in'
--- MANIFEST.in	2015-01-04 23:38:32 +0000
+++ MANIFEST.in	2015-02-12 11:38:08 +0000
@@ -1,4 +1,4 @@
-include *.py MANIFEST.in
+include *.py MANIFEST.in *.cfg *.ini
 global-include *.txt *.rst *.yaml
 include Makefile
 prune _build

_______________________________________________
Mailman-coders mailing list
Mailman-coders@python.org
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to