diff setup.py @ 2016:192c9f92148d

setup.py: also install 'hgext3rd/__init__.py' This file is needed for the namespace package to work. (And also for the package to work on its own at all).
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 14 Oct 2016 00:54:04 +0200
parents 99f983e8e18f
children 143c8e4dc22d
line wrap: on
line diff
--- a/setup.py	Fri Oct 07 04:10:23 2016 +0200
+++ b/setup.py	Fri Oct 14 00:54:04 2016 +0200
@@ -19,6 +19,6 @@
     long_description=open('README.md').read(),
     keywords='hg mercurial',
     license='GPLv2+',
-    packages=['hgext3rd.topic'],
+    packages=['hgext3rd'],
     install_requires=requires,
 )