Skip to content

Commit

Permalink
fixing the Manifest, bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Wassibauer committed Dec 25, 2011
1 parent f97fdf9 commit cbb0f14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,7 @@
include README.rst
include LICENSE.txt
include threaded_messages/static/*
include threaded_messages/locale/*/LC_MESSAGES/*.po
include threaded_messages/static/css/*.css
include threaded_messages/static/js/*.js
include threaded_messages/templates/django_messages/*.html
7 changes: 0 additions & 7 deletions setup.py
Expand Up @@ -12,13 +12,6 @@
'threaded_messages',
'threaded_messages.templatetags',
),
package_data={
'threaded_messages': [
'templates/django_messages/*',
'templates/notification/*/*',
'locale/*/LC_MESSAGES/*',
]
},
classifiers=(
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand Down
2 changes: 1 addition & 1 deletion threaded_messages/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 1, 21)
VERSION = (0, 1, 22)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit cbb0f14

Please sign in to comment.