Skip to content

Commit db1b420

Browse files
author
Xiao Li
committed
publish as diem
1 parent 3affc79 commit db1b420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sub-modules:
2020
- `utils`: utility functions, account address utils, currency code, hashing, hex encoding / decoding, transaction utils.
2121
- `AuthKey` | `auth_key`: auth key utils
2222
- `identifier`: Diem Account Identifier and Diem Intent Identifier. [DIP-5](https://dip.diem.com/dip-5/)
23-
- `txnmetadata`: utils for creating peer to peer transaction metadata. [DIP-4](https://dip.libra.org/dip-4/)
23+
- `txnmetadata`: utils for creating peer to peer transaction metadata. [DIP-4](https://dip.diem.org/dip-4/)
2424
- `testnet`: Testnet utility, minting coins, create Testnet client, chain id, Testnet JSON-RPC URL.
2525
- `LocalAccount` | `local_account`: utility for managing local account keys, generate random local account.
2626
- `chain_ids`: list of static chain ids

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = f.read()
1010

1111
setup(
12-
name="diem-client-sdk",
12+
name="diem",
1313
version="0.6.2020120201", # bump up version for release, format 0.X.YYYYMMDDNN
1414
description="The Python Client SDK for Diem",
1515
long_description=long_description,

0 commit comments

Comments
 (0)