Skip to content

Commit

Permalink
add MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
gkmngrgn committed Aug 28, 2011
1 parent 0298335 commit ba5df31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,5 @@
include README.rst
include pip-requirements.txt
recursive-include djangovoice/static *
recursive-include djangovoice/templates *.html
recursive-include djangovoice *.py
4 changes: 2 additions & 2 deletions djangovoice/__init__.py
Expand Up @@ -2,7 +2,7 @@

add_to_builtins('django.templatetags.i18n')

VERSION = (0, 3)
VERSION = (0, 3, 1)

def get_version():
return '.'.join(map(str, VERSION))
return '.'.join(map(str, VERSION))
File renamed without changes.

0 comments on commit ba5df31

Please sign in to comment.