mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Added templates/watson/includes/*.html to setup.py.
This commit is contained in:
parent
afde7298c2
commit
f7774282d3
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -25,6 +25,7 @@ setup(
|
|||
"watson": [
|
||||
"locale/*/LC_MESSAGES/django.*",
|
||||
"templates/watson/*.html",
|
||||
"templates/watson/includes/*.html",
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
@ -36,4 +37,4 @@ setup(
|
|||
"Programming Language :: Python",
|
||||
"Framework :: Django",
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue