-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|