Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit fa62e2a

Browse files
committed
Bump version, standardize setup.py for PyPI
1 parent 30a5d0b commit fa62e2a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README.md
2+

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
here = dirname(__file__)
88
setup(
99
name='btchip-python',
10-
version='0.1.17',
10+
version='0.1.18',
1111
author='BTChip',
1212
author_email='[email protected]',
1313
description='Python library to communicate with Ledger Nano dongle',
1414
long_description=open(join(here, 'README.md')).read(),
15+
url='https://github.com/LedgerHQ/btchip-python',
1516
packages=find_packages(),
1617
install_requires=['hidapi>=0.7.99'],
1718
extras_require = {
@@ -22,7 +23,7 @@
2223
classifiers=[
2324
'License :: OSI Approved :: Apache Software License',
2425
'Operating System :: POSIX :: Linux',
25-
'Operating System :: POSIX :: Windows',
26+
'Operating System :: Microsoft :: Windows',
2627
'Operating System :: MacOS :: MacOS X'
2728
]
2829
)

0 commit comments

Comments
 (0)