mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 09:29:13 +00:00 
			
		
		
		
	Added uWSGI support and documentation
This commit is contained in:
		
							
								
								
									
										5
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.py
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ from setuptools import setup | ||||
|  | ||||
| setup( | ||||
|     name = "certidude", | ||||
|     version = "0.1.2", | ||||
|     version = "0.1.3", | ||||
|     author = u"Lauri Võsandi", | ||||
|     author_email = "lauri.vosandi@gmail.com", | ||||
|     description = "Certidude is a novel X.509 Certificate Authority management tool aiming to support PKCS#11 and in far future WebCrypto.", | ||||
| @@ -24,7 +24,8 @@ setup( | ||||
|         "netifaces", | ||||
|         "pyopenssl", | ||||
|         "pycountry", | ||||
|         "humanize" | ||||
|         "humanize", | ||||
|         "pycrypto" | ||||
|     ], | ||||
|     scripts=[ | ||||
|         "misc/certidude" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user