Skip to content

Commit

Permalink
Fixed setup.py and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejPr committed Oct 27, 2017
1 parent 717b86c commit bfad3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NooLite_F/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from NooLite_F.NooLiteFController import ModuleType, ModuleState, ModuleMode, ModuleInfo, BrightnessDirection
from NooLite_F.NooLiteFController import NooLiteFController, ModuleType, ModuleState, ModuleMode, ModuleInfo, BrightnessDirection
from NooLite_F.Modules import Switch, ExtendedSwitch, Dimmer, RGBLed

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name="NooLite_F",
packages=["NooLite_F"],
version="0.0.5",
packages=["NooLite_F", "NooLite_F.MTRF64"],
version="0.0.6",
license="MIT License",
description="Module to work with NooLite/NooLite-F modules via MTRF-64-USB adapter",
long_description=long_description,
Expand Down

0 comments on commit bfad3aa

Please sign in to comment.