|  | @@ -19,7 +19,12 @@ setup(
 | 
	
		
			
			| 19 | 19 |      description="A privacy-respecting, hackable metasearch engine",
 | 
	
		
			
			| 20 | 20 |      long_description=long_description,
 | 
	
		
			
			| 21 | 21 |      classifiers=[
 | 
	
		
			
			|  | 22 | +        "Development Status :: 4 - Beta",
 | 
	
		
			
			| 22 | 23 |          "Programming Language :: Python",
 | 
	
		
			
			|  | 24 | +        "Topic :: Internet",
 | 
	
		
			
			|  | 25 | +        "Topic :: Internet :: WWW/HTTP :: HTTP Servers",
 | 
	
		
			
			|  | 26 | +        "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
 | 
	
		
			
			|  | 27 | +        'License :: OSI Approved :: GNU Affero General Public License v3'
 | 
	
		
			
			| 23 | 28 |      ],
 | 
	
		
			
			| 24 | 29 |      keywords='meta search engine',
 | 
	
		
			
			| 25 | 30 |      author='Adam Tauber',
 |