Commit 809ec481 by Harry Marr

Added MANIFEST.in, setup.py

parent 2b37b0f6
include LICENSE
include README.rst
from setuptools import setup, find_packages
setup(
name='django-debug-toolbar-mongo',
version='0.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'],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Database',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
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