diff options
| author | Tom Christie | 2013-02-14 10:17:09 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-02-14 10:17:18 +0000 |
| commit | 095c11891b24a77ce316e6c950d8bf678e9b5b70 (patch) | |
| tree | 1de4d7f504125ef504ea4cf6474aa3a49398db14 | |
| parent | 2eab7b9f59a9e4e7deedd823bdaf135e0a9b01a1 (diff) | |
| download | django-rest-framework-095c11891b24a77ce316e6c950d8bf678e9b5b70.tar.bz2 | |
Tweak PyPI classifiers.
| -rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ setup( url='http://django-rest-framework.org', download_url='http://pypi.python.org/pypi/rest_framework/', license='BSD', - description='A lightweight REST framework for Django.', + description='Web APIs for Django, made easy.', author='Tom Christie', author_email='tom@tomchristie.com', # SEE NOTE BELOW (*) packages=get_packages('rest_framework'), @@ -67,7 +67,7 @@ setup( test_suite='rest_framework.runtests.runtests.main', install_requires=[], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', |
