1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-08 06:20:57 +00:00

Added uWSGI support and documentation

This commit is contained in:
2015-07-27 15:30:50 +03:00
parent d024f778f8
commit 10a329c0fe
4 changed files with 125 additions and 46 deletions

View File

@@ -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"