1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-07 06:01:03 +00:00
This commit is contained in:
2015-07-27 18:49:50 +03:00
parent 10a329c0fe
commit f24ef4024c
9 changed files with 49 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ from setuptools import setup
setup(
name = "certidude",
version = "0.1.3",
version = "0.1.7",
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.",
@@ -25,7 +25,9 @@ setup(
"pyopenssl",
"pycountry",
"humanize",
"pycrypto"
"pycrypto",
"cryptography",
"markupsafe"
],
scripts=[
"misc/certidude"