Skip to content

Commit d3e8eac

Browse files
committed
Commit dev1
1 parent 611914f commit d3e8eac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_tests(self):
3737

3838
setup(
3939
name='pystiebeleltron',
40-
version='0.0.1.dev0',
40+
version='0.0.1.dev1',
4141
description='Python API for interacting with the Stiebel Eltron ISG web gateway via Modbus for controlling integral ventilation units and heat pumps.',
4242
long_description=long_description,
4343
long_description_content_type='text/markdown',
@@ -54,12 +54,8 @@ def run_tests(self):
5454
# https://pypi.org/classifiers/
5555
classifiers=[
5656
'Development Status :: 3 - Alpha',
57-
'Environment :: Console',
5857
'Intended Audience :: Developers',
5958
'License :: OSI Approved :: MIT License',
60-
'Operating System :: MacOS :: MacOS X',
61-
'Operating System :: Microsoft :: Windows',
62-
'Operating System :: POSIX',
6359
'Programming Language :: Python :: 3.4',
6460
'Programming Language :: Python :: 3.5',
6561
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)