Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diminator committed Apr 22, 2016
1 parent 8f2e112 commit 379d980
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
setup(
name='cryptoconditions',
version='0.2.1',
description='cryptoconditions provide a mechanism to describe a signed '
'message such that multiple actors in a distributed system '
'can all verify the same signed message and agree on whether '
'it matches the description.',
description='Multi-algorithm, multi-level, multi-signature format for
'expressing conditions and fulfillments according to the Interledger Protocol (ILP).',
long_description=__doc__,
summary="cryptoconditions as specified by the interledger protocol",
keywords="cryptoconditions interledger merkle tree ed25519 threshold signatures",
summary="Cryptoconditions as specified by the interledger protocol",
keywords="cryptoconditions, interledger, merkle tree, ed25519, threshold signatures, hash lock",
url='https://github.com/bigchaindb/cryptoconditions/',
author='Cryptoconditions Contributors',
author_email='[email protected]',
Expand Down

0 comments on commit 379d980

Please sign in to comment.