[PATCH] Add hgext.zeroconf to the package list so it gets installed by setup.py.
Augie Fackler
durin42 at gmail.com
Fri Oct 10 19:30:04 UTC 2008
I may have another patch later to fix a deprecation warning I'm seeing
on Python 2.5 unless someone else beats me to it.
# HG changeset patch
# User Augie Fackler <durin42 at gmail.com>
# Date 1223666929 18000
# Node ID 4e2f40823c143148052025ee4a6aac471a709dab
# Parent c29d3f4ed967fc758541ce2e5018f1eb7cae87c8
Add hgext.zeroconf to the package list so it gets installed by setup.py.
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@
]
packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
- 'hgext.highlight']
+ 'hgext.highlight', 'hgext.zeroconf', ]
try:
import msvcrt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20081010/10fc5f25/attachment.p7s>
More information about the Mercurial-devel
mailing list