Skip to content

Commit c6ba5d2

Browse files
committed
Fixes for package uploading
1 parent f7308d9 commit c6ba5d2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: python
22
cache: pip
33
python:
44
- "3.6"
5-
- "3.5"
5+
- "3.7"
66
script: python setup.py build

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
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
],

0 commit comments

Comments
 (0)