packaging: properly install the evolve.thirdparty module stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 17 Jan 2018 20:16:26 +0100
branchstable
changeset 3424 efac9aad0963
parent 3422 7581a217a243
child 3425 0e9c3fa042ae
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.
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',
 ]