# HG changeset patch # User Pierre-Yves David # Date 1516216586 -3600 # Node ID efac9aad096315abcca08046e531c3d4bdac3f21 # Parent 7581a217a24326320a57e0f80d445a684354e89f packaging: properly install the evolve.thirdparty module It is properly added to the Manifest.in but that is not enough. We need to find another tool capable of catching things. diff -r 7581a217a243 -r efac9aad0963 setup.py --- a/setup.py Tue Jan 16 04:50:38 2018 +0100 +++ b/setup.py Wed Jan 17 20:16:26 2018 +0100 @@ -24,6 +24,7 @@ py_packages = [ 'hgext3rd', 'hgext3rd.evolve', + 'hgext3rd.evolve.thirdparty', 'hgext3rd.topic', ]