diff options
| author | Tom Christie | 2015-01-19 15:16:57 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-01-19 15:16:57 +0000 | 
| commit | 6065cdbd939542dec79708615bc3e75b38834f41 (patch) | |
| tree | b7e582185f1383d630dfe7b1fb8dc1e504599164 /setup.py | |
| parent | 4f3c3a06cfc0ea2dfbf46da2d98546664343ce93 (diff) | |
| parent | fdeef89ba79e617ea22dae68a0b42b3f60d67a4d (diff) | |
| download | django-rest-framework-6065cdbd939542dec79708615bc3e75b38834f41.tar.bz2 | |
Merge master
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -67,6 +67,7 @@ setup(      packages=get_packages('rest_framework'),      package_data=get_package_data('rest_framework'),      install_requires=[], +    zip_safe=False,      classifiers=[          'Development Status :: 5 - Production/Stable',          'Environment :: Web Environment', | 
