We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2274f7 + 797269e commit f309d82Copy full SHA for f309d82
MANIFEST.in
@@ -1,3 +1,3 @@
1
include *.txt *.py
2
include docs/*.rst
3
-recursive-include tinymce/templates *.js
+recursive-include tinymce/templates *.js *.html
setup.py
@@ -10,7 +10,7 @@
10
name = "django-%s" % app_name,
11
version = version,
12
13
- packages = [app_name],
+ packages = [app_name, '%s.templatetags' % app_name],
14
package_data = {app_name: ['templates/tinymce/*']},
15
16
author = "Joost Cassee",
0 commit comments