Commit 9a6da467 by Harry Marr

Merge pull request #3 from colinhowe/master

Fix setup.py to include templates and templatetags
parents 809ec481 1c5d2593
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
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',
......@@ -10,6 +10,7 @@ setup(
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',
......
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