equal
deleted
inserted
replaced
97 Extension('mercurial.mpatch', ['mercurial/mpatch.c']), |
97 Extension('mercurial.mpatch', ['mercurial/mpatch.c']), |
98 Extension('mercurial.parsers', ['mercurial/parsers.c']), |
98 Extension('mercurial.parsers', ['mercurial/parsers.c']), |
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 |
106 ext_modules.append(Extension('mercurial.osutil', ['mercurial/osutil.c'])) |
106 ext_modules.append(Extension('mercurial.osutil', ['mercurial/osutil.c'])) |
107 except ImportError: |
107 except ImportError: |