Skip to content

Commit

Permalink
fix setup, new version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fizista committed Sep 4, 2014
1 parent 4f6a01b commit 92092a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include *.txt
include *.rst
recursive-include taggit_templatetags2/templates *.html
recursive-include taggit_templatetags2/templates *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
include_package_data=False,
package_data={
# If any package contains *.txt or *.rst files, include them:
'': ['*.txt', '*.xml', '*.html'],
'taggit_templatetags2': ['templates/*.html', 'templates/taggit_templatetags2/*.html'],
},
zip_safe=False,
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion taggit_templatetags2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# 1.1
# 0.3.5b1
# 0.6c3
__version__ = (1, 0, 0)
__version__ = (1, 0, 1)

0 comments on commit 92092a8

Please sign in to comment.