Skip to content

Commit

Permalink
Fix the MANIFEST.in to include the tmplates and statics files
Browse files Browse the repository at this point in the history
  • Loading branch information
silviolleite committed Nov 30, 2018
1 parent 77eacb4 commit ae7c954
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@

## 1.0.2

- Update the README.md - Fix the module name
- Update the README.md - Fix the module name

## 1.0.3

- Fix the MANIFEST.in to include the tmplates and statics files
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include *.md
include *.md
recursive-include django_translation_flags/templates *
recursive-include django_translation_flags/static *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='django-translation-flags',
version='1.0.2',
version='1.0.3',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit ae7c954

Please sign in to comment.