diff --git a/setup.py b/setup.py index dc3863e..00d02d8 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 'sha3/skein.c'], include_dirs=['.', './sha3']) -setup (name = 'nist5_hashs', +setup (name = 'nist5_hash', version = '1.0', description = 'Bindings for proof of work used by Talkcoin', ext_modules = [nist5_hash_module])