File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11"""Plugwise module."""
22
3- __version__ = "0.8.0a3 "
3+ __version__ = "0.8.0a5 "
44
55from plugwise .smile import Smile
66from plugwise .stick import stick
Original file line number Diff line number Diff line change 1212 DateTime ,
1313 Int ,
1414 LogAddr ,
15- String ,
1615 RealClockDate ,
1716 RealClockTime ,
17+ SInt ,
18+ String ,
1819 Time ,
1920)
2021
Original file line number Diff line number Diff line change 1515# Version detection
1616import semver
1717
18- from .constants import (
18+ from plugwise .constants import (
1919 APPLIANCES ,
2020 DEFAULT_PORT ,
2121 DEFAULT_TIMEOUT ,
3232 SYSTEM ,
3333)
3434
35- from .exceptions import (
35+ from plugwise .exceptions import (
3636 ConnectionFailedError ,
3737 InvalidAuthentication ,
3838 UnsupportedDeviceError ,
4343 XMLDataMissingError ,
4444)
4545
46- from .util import (
46+ from plugwise .util import (
4747 escape_illegal_xml_characters ,
4848 format_measure ,
4949 determine_selected ,
Original file line number Diff line number Diff line change 11import codecs
22import os .path
33
4- from setuptools import setup
4+ from setuptools import setup , find_packages
55
66
77def read (rel_path ):
@@ -34,7 +34,7 @@ def readme():
3434 author = "Plugwise-team" ,
35353636 license = "MIT" ,
37- packages = [ "plugwise" ] ,
37+ packages = find_packages () ,
3838 install_requires = [
3939 "aiohttp" ,
4040 "async_timeout<4.0" ,
You can’t perform that action at this time.
0 commit comments