Added MANIFEST.in to include mo files in the distribution. (closes #12134)
This commit is contained in:
parent
e74f1aa94b
commit
4b25ccca48
@ -4,6 +4,9 @@ Changelog
|
||||
2.1.1 (unreleased)
|
||||
------------------
|
||||
|
||||
- Include mo files in the distribution.
|
||||
[vincentfretin]
|
||||
|
||||
- Fix various text typos.
|
||||
[timo]
|
||||
|
||||
|
8
MANIFEST.in
Normal file
8
MANIFEST.in
Normal file
@ -0,0 +1,8 @@
|
||||
include *.txt
|
||||
|
||||
recursive-include docs *
|
||||
recursive-include plone *
|
||||
|
||||
global-include *.mo
|
||||
|
||||
global-exclude *.pyc
|
Loading…
Reference in New Issue
Block a user