mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Add trove classifiers to setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							
								
								
									
										12
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								setup.py
									
									
									
									
									
								
							| @@ -82,4 +82,16 @@ setup( | ||||
|     cmdclass = cmdclasses, | ||||
|     data_files = data_files, | ||||
|     scripts = ['django/bin/django-admin.py'], | ||||
|     classifiers = ['Development Status :: 3 - Alpha', | ||||
|                    'Environment :: Web Environment', | ||||
|                    'Framework :: Django', | ||||
|                    'Intended Audience :: Developers', | ||||
|                    'License :: OSI Approved :: BSD License', | ||||
|                    'Operating System :: OS Independent', | ||||
|                    'Programming Language :: Python', | ||||
|                    'Topic :: Internet :: WWW/HTTP', | ||||
|                    'Topic :: Internet :: WWW/HTTP :: Dynamic Content', | ||||
|                    'Topic :: Internet :: WWW/HTTP :: WSGI', | ||||
|                    'Topic :: Software Development :: Libraries :: Python Modules', | ||||
|                    ], | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user