Skip to content

Commit

Permalink
Include missing static resources in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wiegand committed Jan 4, 2021
1 parent 3a88a28 commit 3c68203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include LICENSE
include README.md
recursive-include django_bootstrap_icons/templates *
recursive-include django_bootstrap_icons/static *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='django-bootstrap-icons',
version='0.2.3',
version='0.2.4',
packages=setuptools.find_packages(),
include_package_data=True,
description='A quick way to add Bootstrap Icons with Django template tags.',
Expand Down

0 comments on commit 3c68203

Please sign in to comment.