Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
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
edx
django-rest-framework
Commits
ded60f53
Commit
ded60f53
authored
Feb 19, 2011
by
tom christie tom@tomchristie.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup.py
parent
114738ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
.hgignore
+1
-0
setup.py
+6
-3
No files found.
.hgignore
View file @
ded60f53
...
...
@@ -8,6 +8,7 @@ docs/build
html
examples/media/pygments/*
examples/media/objectstore/*
build/*
.project
.pydevproject
.settings
...
...
setup.py
View file @
ded60f53
...
...
@@ -12,9 +12,11 @@ setup(
description
=
"A lightweight REST framework for Django."
,
author
=
'Tom Christie'
,
author_email
=
'tom@tomchristie.com'
,
packages
=
[
'djangorestframework'
],
include_package_data
=
True
,
zip_safe
=
False
,
packages
=
[
'djangorestframework'
,
'djangorestframework.templatetags'
,
'djangorestframework.tests'
],
package_dir
=
{
'djangorestframework'
:
'djangorestframework'
},
package_data
=
{
'djangorestframework'
:
[
'templates/*'
,
'static/*'
]},
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Environment :: Web Environment'
,
...
...
@@ -26,3 +28,4 @@ setup(
'Topic :: Internet :: WWW/HTTP'
,
]
)
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