aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2014-01-08Use www.django-rest-framework.org for docs instead of ↵Tom Christie
django-rest-framework.org due to issues with naked domains
2013-12-06Merge pull request #1270 from irrelative/masterTom Christie
fix setup.py with new __init__.py boilerplate
2013-12-05fix setup.py with new __init__.py boilerplateJustin Davis
2013-11-15Set up wheel distribution supportGeorge Hickman
2013-07-05Drop invalid download_url from pypi setupTom Christie
2013-02-14Drop currently unused unicode_literals in setup.Tom Christie
2013-02-14Tweak PyPI classifiers.Tom Christie
2013-02-07Add note about mailing list.Tom Christie
2013-01-03Python 3 readinessXavier Ordoquy
2013-01-03Don't require sixXavier Ordoquy
2012-12-02py3 compatible setup.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-10-30Package and doc tweaksTom Christie
2012-10-11Drop coverage in travis testsTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-14Drop urlobject2Tom Christie
2012-02-07Attempt to stop banging head against brick wall.Tom Christie
2012-02-07Distutils, you are a harsh master.Tom Christie
2012-02-07Fix distutils errorsTom Christie
2012-02-07Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.Tom Christie
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107
2011-06-02pull in -dev as 0.2.0Tom Christie
2011-06-02point to django-rest-framework.org as the homepage, point to pypi for downloadsTom Christie
2011-06-02proper manifest. setup groks version from __init__Tom Christie
2011-05-16Add utils to setup.py - see if the examples tests now passTom Christie
2011-03-18Coverage for all platforms working. Had some trouble with dependencies of ↵markotibold
coverage of python-dev for the various platforms.
2011-03-13tox, runcoverage, and setup.py testTom Christie
2011-02-19setup.pytom christie tom@tomchristie.com
2011-02-19Add setup.pytom christie tom@tomchristie.com