Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-debug-toolbar-mongo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-debug-toolbar-mongo
Commits
809ec481
Commit
809ec481
authored
Aug 16, 2011
by
Harry Marr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added MANIFEST.in, setup.py
parent
2b37b0f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
MANIFEST.in
+2
-0
setup.py
+23
-0
No files found.
MANIFEST.in
0 → 100644
View file @
809ec481
include LICENSE
include README.rst
setup.py
0 → 100644
View file @
809ec481
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'
,
],
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment