Skip to content

Commit

Permalink
Fix type in LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Dec 29, 2021
1 parent dec3d30 commit 953d49d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include LICENSE
include README.md
include LICENSE README.md CHANGELOG.md
recursive-include django_bootstrap_icons/static *
exclude manage.py
exclude CHANGELOG.md
exclude sample-app-result.png
recursive-exclude django_bootstrap_icons_sample
recursive-exclude * __pycache__
recursive-exclude * *.png
recursive-exclude * manage.py
recursive-exclude *
recursive-exclude django_bootstrap_icons_sample *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name='django-bootstrap-icons',
version='0.7.4',
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["django_bootstrap_icons_sample", "*manage.py", "*sample-app-result.png"]),
include_package_data=True,
description='A quick way to add Bootstrap Icons with Django template tags.',
long_description=long_description,
Expand Down

0 comments on commit 953d49d

Please sign in to comment.