Commit e1bbe5c3 by Harry Marr

Merge pull request #4 from gehan/master

Setup.py fixes from @gehan
parents 9a6da467 14bcfb40
...@@ -11,6 +11,7 @@ setup( ...@@ -11,6 +11,7 @@ setup(
license='MIT', license='MIT',
packages=['debug_toolbar_mongo'], packages=['debug_toolbar_mongo'],
package_data={ 'debug_toolbar_mongo': ['templates/*', 'templatetags/*'] }, package_data={ 'debug_toolbar_mongo': ['templates/*', 'templatetags/*'] },
include_package_data=True,
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