Skip to content

Commit 86589b6

Browse files
committed
Add templatetags to the distributed packages
1 parent 9cceb50 commit 86589b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
author_email='corey@qr7.com',
2121
maintainer='Trey Hunner',
2222
url='https://github.com/treyhunner/django-simple-history',
23-
packages=["simple_history", "simple_history.management", "simple_history.management.commands"],
23+
packages=[
24+
'simple_history', 'simple_history.management',
25+
'simple_history.management.commands', 'simple_history.templatetags'],
2426
classifiers=[
2527
"Development Status :: 5 - Production/Stable",
2628
"Framework :: Django",

0 commit comments

Comments
 (0)