Skip to content

Commit

Permalink
Fix PyPI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcconnaughey committed Jul 31, 2015
1 parent 6a33e1d commit 0ab70ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include README.rst
include LICENSE.txt
include lazy_tags/static/img/lazy_tags/default.jpg
recursive-include docs *
recursive-include lazy_tags/static *
recursive-include lazy_tags/templates *.html
2 changes: 1 addition & 1 deletion lazy_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.3'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def run(self):
url='https://github.com/grantmcconnaughey/django-lazy-tags/',
license='MIT',
packages=find_packages(exclude=['tests']),
include_package_data=True,
install_requires=[],
cmdclass={
'clean': CleanCommand,
Expand Down

0 comments on commit 0ab70ab

Please sign in to comment.