changeset 3424:efac9aad0963 stable

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.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 17 Jan 2018 20:16:26 +0100
parents 7581a217a243
children 0e9c3fa042ae
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',
 ]