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