setup.py
changeset 28625 776fd2e2cf5a
parent 28609 c11f0992d124
child 29020 ee2e4a2c3690
--- a/setup.py	Fri Mar 25 16:23:23 2016 -0500
+++ b/setup.py	Tue Mar 22 16:08:02 2016 -0700
@@ -505,8 +505,9 @@
 
 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
             'mercurial.pure',
-            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.largefiles',
-            'hgext.zeroconf', 'hgext3rd']
+            'hgext', 'hgext.convert', 'hgext.fsmonitor',
+            'hgext.fsmonitor.pywatchman', 'hgext.highlight',
+            'hgext.largefiles', 'hgext.zeroconf', 'hgext3rd']
 
 common_depends = ['mercurial/util.h']