Skip to content

Commit

Permalink
Merge pull request #106 from PetrDlouhy/fix_package
Browse files Browse the repository at this point in the history
fix package (where templatetags were not included)
  • Loading branch information
areski authored Apr 26, 2024
2 parents 3c11a21 + 4e171c1 commit 86d9168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def readfile(filename):
author_email='areski@gmail.com',
license='MIT',
zip_safe=False,
packages=["django_nvd3"],
packages=find_packages(include=['django_nvd3', 'django_nvd3.*']),
install_requires=["Django", "python-nvd3"],
test_suite='tests',
classifiers=[
Expand Down

0 comments on commit 86d9168

Please sign in to comment.