chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rand.c: More `Py_ssize_t' fixes.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index fe0ed538bf9389645be87fb2e89a64086ebdf969..80a154772a0504041c2e2793d3588c25d69e03d0 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-18,11
+18,16
@@
cat = DC.Extension('catacomb._base',
MS.setup(name = 'catacomb-python',
description = 'Interface to Catacomb cryptographic library',
MS.setup(name = 'catacomb-python',
description = 'Interface to Catacomb cryptographic library',
- url = 'http
://www.distorted.org.uk/~mdw/Catacomb-2.1.0
',
+ url = 'http
s://git.distorted.org.uk/~mdw/catacomb-python/
',
author = 'Straylight/Edgeware',
author_email = 'mdw@distorted.org.uk',
license = 'GNU General Public License',
packages = ['catacomb'],
scripts = ['pwsafe'],
genfiles = [MS.Generate('algorithms.h')],
author = 'Straylight/Edgeware',
author_email = 'mdw@distorted.org.uk',
license = 'GNU General Public License',
packages = ['catacomb'],
scripts = ['pwsafe'],
genfiles = [MS.Generate('algorithms.h')],
+ unittest_dir = "t",
+ unittests = ["t-misc", "t-algorithms", "t-bytes", "t-buffer",
+ "t-convert", "t-ec", "t-field", "t-group", "t-key",
+ "t-mp", "t-passphrase", "t-pgen", "t-pubkey",
+ "t-rand", "t-rat", "t-share"],
ext_modules = [cat])
ext_modules = [cat])