Skip to content

Commit e45bd84

Browse files
committed
setup.py: split keywords into an array
For consistency with other Blockstream Python setups.
1 parent e04e8b3 commit e45bd84

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,17 @@ def _call(args, cwd=ABS_PATH):
185185
'License :: OSI Approved :: MIT License',
186186
'Programming Language :: Python :: 3',
187187
],
188-
'keywords': 'Bitcoin wallet BIP32 BIP38 BIP39 secp256k1 Blockstream Liquid Elements',
188+
'keywords': [
189+
'Bitcoin',
190+
'wallet',
191+
'BIP32',
192+
'BIP38',
193+
'BIP39',
194+
'secp256k1',
195+
'Blockstream',
196+
'Liquid',
197+
'Elements',
198+
],
189199
'project_urls': {
190200
'Documentation': 'https://wally.readthedocs.io/en/latest',
191201
'Source': 'https://github.com/ElementsProject/libwally-core',

0 commit comments

Comments
 (0)