Skip to content

Commit

Permalink
Fix setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhowe committed Sep 6, 2011
1 parent 809ec48 commit 1c5d259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

setup(
name='django-debug-toolbar-mongo',
version='0.1',
version='0.1.1',
description='MongoDB panel for the Django Debug Toolbar',
long_description=open('README.rst').read(),
author='Harry Marr',
author_email='harry@hmarr.com',
url='https://github.com/hmarr/django-debug-toolbar-mongo',
license='MIT',
packages=['debug_toolbar_mongo'],
package_data={ 'debug_toolbar_mongo': ['templates/*', 'templatetags/*'] },
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit 1c5d259

Please sign in to comment.