##// END OF EJS Templates
packaging: make "mercurial.defaultrc" a key in package_data...
Martin von Zweigbergk -
r45829:8bc9d045 default
parent child Browse files
Show More
@@ -1614,11 +1614,8 b" if os.name == 'nt':"
1614 msvccompiler.MSVCCompiler = HackedMSVCCompiler
1614 msvccompiler.MSVCCompiler = HackedMSVCCompiler
1615
1615
1616 packagedata = {
1616 packagedata = {
1617 'mercurial': [
1617 'mercurial': ['locale/*/LC_MESSAGES/hg.mo', 'dummycert.pem',],
1618 'locale/*/LC_MESSAGES/hg.mo',
1618 'mercurial.defaultrc': ['*.rc',],
1619 'defaultrc/*.rc',
1620 'dummycert.pem',
1621 ],
1622 'mercurial.helptext': ['*.txt',],
1619 'mercurial.helptext': ['*.txt',],
1623 'mercurial.helptext.internals': ['*.txt',],
1620 'mercurial.helptext.internals': ['*.txt',],
1624 }
1621 }
General Comments 0
You need to be logged in to leave comments. Login now