Commit 1c5d2593 by Colin Howe

Fix setup file

parent 809ec481
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-debug-toolbar-mongo', name='django-debug-toolbar-mongo',
version='0.1', version='0.1.1',
description='MongoDB panel for the Django Debug Toolbar', description='MongoDB panel for the Django Debug Toolbar',
long_description=open('README.rst').read(), long_description=open('README.rst').read(),
author='Harry Marr', author='Harry Marr',
...@@ -10,6 +10,7 @@ setup( ...@@ -10,6 +10,7 @@ setup(
url='https://github.com/hmarr/django-debug-toolbar-mongo', url='https://github.com/hmarr/django-debug-toolbar-mongo',
license='MIT', license='MIT',
packages=['debug_toolbar_mongo'], packages=['debug_toolbar_mongo'],
package_data={ 'debug_toolbar_mongo': ['templates/*', 'templatetags/*'] },
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment