Skip to content

Commit

Permalink
Bump version, standardize setup.py for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
BTChip committed Aug 28, 2016
1 parent 30a5d0b commit fa62e2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include README.md

5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -7,11 +7,12 @@
here = dirname(__file__)
setup(
name='btchip-python',
version='0.1.17',
version='0.1.18',
author='BTChip',
author_email='hello@ledger.fr',
description='Python library to communicate with Ledger Nano dongle',
long_description=open(join(here, 'README.md')).read(),
url='https://github.com/LedgerHQ/btchip-python',
packages=find_packages(),
install_requires=['hidapi>=0.7.99'],
extras_require = {
Expand All @@ -22,7 +23,7 @@
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Operating System :: POSIX :: Windows',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X'
]
)
Expand Down

0 comments on commit fa62e2a

Please sign in to comment.