Skip to content

Commit

Permalink
meta: update setup.py and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Qyriad committed Sep 4, 2022
1 parent 8e8fa83 commit afc89be
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='usbreq',
version='0.2',
version='0.2.1',
license='MIT',
url='https://github.com/Qyriad/python-usbreq',
author='Mikaela Szekely',
Expand All @@ -14,16 +14,20 @@
packages=find_packages(),
install_requires=['pyusb', 'inflection'],
setup_requires=['setuptools'],
extras_require={
'docs': 'sphinx-rtd-theme',
},

classifiers = [
'Programming Language :: Python',
'Development Status :: 1 - Planning',
'Development Status :: 3 - Alpha',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Environment :: Console',
'Environment :: Plugins',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering',
'Topic :: Software Development',
'Topic :: System :: Hardware :: Universal Serial Bus (USB)',
],
)

0 comments on commit afc89be

Please sign in to comment.