File tree Expand file tree Collapse file tree 8 files changed +6
-6
lines changed
django_celery_beat/locale Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ recursive-include docs *
9
9
recursive-include extra/*
10
10
recursive-include examples *
11
11
recursive-include requirements *.txt *.rst
12
- recursive-include django_celery_beat *.py *.html
12
+ recursive-include django_celery_beat *.py *.html *.po *.mo
13
13
recursive-include t *.py
14
14
15
15
recursive-exclude * __pycache__
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -184,9 +184,9 @@ info:
184
184
185
185
.PHONY : gettext
186
186
gettext :
187
- $(SPHINXBUILD ) -b gettext $(I18NSPHINXOPTS ) $(BUILDDIR ) /locale
187
+ $(SPHINXBUILD ) -b gettext $(I18NSPHINXOPTS ) $(BUILDDIR ) /django_celery_beat/ locale
188
188
@echo
189
- @echo " Build finished. The message catalogs are in $( BUILDDIR) /locale."
189
+ @echo " Build finished. The message catalogs are in $( BUILDDIR) /django_celery_beat/ locale."
190
190
191
191
.PHONY : changes
192
192
changes :
Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ if "%1" == "texinfo" (
211
211
)
212
212
213
213
if " %1 " == " gettext" (
214
- %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR% /locale
214
+ %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR% /django_celery_beat/ locale
215
215
if errorlevel 1 exit /b 1
216
216
echo .
217
- echo .Build finished. The message catalogs are in %BUILDDIR% /locale.
217
+ echo .Build finished. The message catalogs are in %BUILDDIR% /django_celery_beat/ locale.
218
218
goto end
219
219
)
220
220
Original file line number Diff line number Diff line change @@ -150,6 +150,6 @@ def run_tests(self):
150
150
'django = django_celery_beat.schedulers:DatabaseScheduler' ,
151
151
],
152
152
},
153
- include_package_data = False ,
153
+ include_package_data = True ,
154
154
zip_safe = False ,
155
155
)
You can’t perform that action at this time.
0 commit comments