annotate MANIFEST.in @ 591:d1618dfaf114 trunk

change Locale comparison: Locales are now considered equal if all of their attributes (language, territory, script, variant) are equal. Before __eq__ used the simple string representation which hides errors in Locale instantiation (see #279 and #311 for more information).
author fschwarz
date Thu, 09 Aug 2012 07:36:36 +0000
parents da97a3138239
children
rev   line source
233
da97a3138239 Upgraded to CLDR 1.5 and improved timezone formatting.
cmlenz
parents: 1
diff changeset
1 include babel/global.dat
1
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
2 include babel/localedata/*.dat
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
3 include doc/api/*.*
7870274479f5 Import of initial code base.
cmlenz
parents:
diff changeset
4 include doc/*.html
Copyright (C) 2012-2017 Edgewall Software