We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e10e8 commit 08cafcaCopy full SHA for 08cafca
setup.py
@@ -6,7 +6,7 @@
6
author='Philipp Adelt',
7
author_email='[email protected] ',
8
url='https://github.com/padelt/temper-python',
9
- version='1.6.0',
+ version='1.6.1',
10
description='Reads temperature from TEMPerV1 devices (USB 0c45:7401)',
11
long_description=open('README.md', encoding='utf-8').read(),
12
long_description_content_type='text/markdown',
@@ -24,7 +24,6 @@
24
'Development Status :: 5 - Production/Stable',
25
'Environment :: Console',
26
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
27
- 'Programming Language :: Python :: 2',
28
'Programming Language :: Python :: 3',
29
],
30
)
0 commit comments