Added templates/watson/includes/*.html to setup.py.

This commit is contained in:
tsufeki 2013-05-01 17:34:33 +02:00
parent afde7298c2
commit f7774282d3

View file

@ -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",
],
)
)