Commit 095c1189 by Tom Christie

Tweak PyPI classifiers.

parent 2eab7b9f
...@@ -59,7 +59,7 @@ setup( ...@@ -59,7 +59,7 @@ setup(
url='http://django-rest-framework.org', url='http://django-rest-framework.org',
download_url='http://pypi.python.org/pypi/rest_framework/', download_url='http://pypi.python.org/pypi/rest_framework/',
license='BSD', license='BSD',
description='A lightweight REST framework for Django.', description='Web APIs for Django, made easy.',
author='Tom Christie', author='Tom Christie',
author_email='tom@tomchristie.com', # SEE NOTE BELOW (*) author_email='tom@tomchristie.com', # SEE NOTE BELOW (*)
packages=get_packages('rest_framework'), packages=get_packages('rest_framework'),
...@@ -67,7 +67,7 @@ setup( ...@@ -67,7 +67,7 @@ setup(
test_suite='rest_framework.runtests.runtests.main', test_suite='rest_framework.runtests.runtests.main',
install_requires=[], install_requires=[],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment