Show More
@@ -1614,11 +1614,8 b" if os.name == 'nt':" | |||
|
1614 | 1614 | msvccompiler.MSVCCompiler = HackedMSVCCompiler |
|
1615 | 1615 | |
|
1616 | 1616 | packagedata = { |
|
1617 | 'mercurial': [ | |
|
1618 | 'locale/*/LC_MESSAGES/hg.mo', | |
|
1619 | 'defaultrc/*.rc', | |
|
1620 | 'dummycert.pem', | |
|
1621 | ], | |
|
1617 | 'mercurial': ['locale/*/LC_MESSAGES/hg.mo', 'dummycert.pem',], | |
|
1618 | 'mercurial.defaultrc': ['*.rc',], | |
|
1622 | 1619 | 'mercurial.helptext': ['*.txt',], |
|
1623 | 1620 | 'mercurial.helptext.internals': ['*.txt',], |
|
1624 | 1621 | } |
General Comments 0
You need to be logged in to leave comments.
Login now