We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04e8b3 commit e45bd84Copy full SHA for e45bd84
setup.py
@@ -185,7 +185,17 @@ def _call(args, cwd=ABS_PATH):
185
'License :: OSI Approved :: MIT License',
186
'Programming Language :: Python :: 3',
187
],
188
- 'keywords': 'Bitcoin wallet BIP32 BIP38 BIP39 secp256k1 Blockstream Liquid Elements',
+ 'keywords': [
189
+ 'Bitcoin',
190
+ 'wallet',
191
+ 'BIP32',
192
+ 'BIP38',
193
+ 'BIP39',
194
+ 'secp256k1',
195
+ 'Blockstream',
196
+ 'Liquid',
197
+ 'Elements',
198
+ ],
199
'project_urls': {
200
'Documentation': 'https://wally.readthedocs.io/en/latest',
201
'Source': 'https://github.com/ElementsProject/libwally-core',
0 commit comments