##// END OF EJS Templates
Add hgext.zeroconf to the package list so it gets installed by setup.py.
Augie Fackler -
r7081:2fdbf2cc default
parent child Browse files
Show More
@@ -99,7 +99,7 b' ext_modules=['
99 ]
99 ]
100
100
101 packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
101 packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
102 'hgext.highlight']
102 'hgext.highlight', 'hgext.zeroconf', ]
103
103
104 try:
104 try:
105 import msvcrt
105 import msvcrt
General Comments 0
You need to be logged in to leave comments. Login now