Skip to content

Commit d60b1de

Browse files
committed
fix locale in build package
1 parent 6431e16 commit d60b1de

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include README.rst
22
include CHANGES.rst
33
include CONTRIBUTORS.rst
4-
recursive-include InvoiceGenerator/locale *
4+
recursive-include InvoiceGenerator/locale *
5+
recursive-include InvoiceGenerator/fonts *

setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ def read(fname):
5151
"qrplatba>=0.3.3",
5252
'babel',
5353
],
54-
package_data={
55-
'InvoiceGenerator': ['locale/*/LC_MESSAGES/*'],
56-
'InvoiceGenerator': ['fonts/*'],
57-
},
54+
include_package_data=True,
5855
test_suite='tests',
5956
command_options={
6057
'build_sphinx': {

0 commit comments

Comments
 (0)