Skip to content

Commit 8501c31

Browse files
authored
Bundle widget templates, release 0.2a2
1 parent a36fc17 commit 8501c31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "0.2a1"
5+
VERSION = "0.2a2"
66

77

88
def get_long_description():
@@ -31,6 +31,7 @@ def get_long_description():
3131
package_data={
3232
"django_sql_dashboard": [
3333
"templates/django_sql_dashboard/*.html",
34+
"templates/django_sql_dashboard/widgets/*.html",
3435
"migrations/*.py",
3536
"templatetags/*.py",
3637
]

0 commit comments

Comments
 (0)