Skip to content

Commit 9f0db89

Browse files
committed
this time it's fixed
1 parent 7ab6091 commit 9f0db89

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pyc
22
MANIFEST
3-
/dist/
3+
/dist/
4+
/django_debug_panel.egg-info/

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# coding: utf-8
2-
from distutils.core import setup
2+
from setuptools import setup
33

44
setup(
55
name='django-debug-panel',
6-
version='0.5.6',
6+
version='0.5.8',
77
author='Joël Billaud',
88
author_email='[email protected]',
99
packages=['debug_panel'],
10+
include_package_data=True,
1011
url='https://github.com/recamshak/django-debug-panel',
1112
license='BSD',
1213
description='django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses',

0 commit comments

Comments
 (0)