File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ language: python
22cache : pip
33python :
44 - " 3.6"
5- - " 3.5 "
5+ - " 3.7 "
66script : python setup.py build
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ python3 -m pip install electrum-scripting
3030
3131## Get Started
3232
33- ``` python
33+ ```
34+
3435> from electrum_scripting.wallet import WalletScripting as ws
3536
3637# Call electrum command
Original file line number Diff line number Diff line change 1515 version = electrum_scripting .__VERSION__ ,
1616 description = "Electrum wallet scripting interface wrapper" ,
1717 long_description = long_description ,
18+ long_description_content_type = 'text/markdown' ,
1819 classifiers = [
1920 'License :: OSI Approved :: MIT License' ,
20- 'Topic :: Internet :: Crypto :: Wallet' ,
21+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
22+ 'Topic :: Software Development' ,
2123 'Programming Language :: Python :: 3' ,
22- 'Environment :: Linux Environment' ,
24+ 'Environment :: Web Environment' ,
2325 'Intended Audience :: Developers' ,
2426 'Operating System :: OS Independent' ,
2527 ],
You can’t perform that action at this time.
0 commit comments