We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6431e16 commit d60b1deCopy full SHA for d60b1de
MANIFEST.in
@@ -1,4 +1,5 @@
1
include README.rst
2
include CHANGES.rst
3
include CONTRIBUTORS.rst
4
-recursive-include InvoiceGenerator/locale *
+recursive-include InvoiceGenerator/locale *
5
+recursive-include InvoiceGenerator/fonts *
setup.py
@@ -51,10 +51,7 @@ def read(fname):
51
"qrplatba>=0.3.3",
52
'babel',
53
],
54
- package_data={
55
- 'InvoiceGenerator': ['locale/*/LC_MESSAGES/*'],
56
- 'InvoiceGenerator': ['fonts/*'],
57
- },
+ include_package_data=True,
58
test_suite='tests',
59
command_options={
60
'build_sphinx': {
0 commit comments