Fix __init__.py to import necessary public classes.
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
from .Adafruit_MotorHAT import Adafruit_StepperMotor, Adafruit_DCMotor, Adafruit_MotorHAT
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ use_setuptools()
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name = 'Adafruit_MotorHAT',
|
setup(name = 'Adafruit_MotorHAT',
|
||||||
version = '1.1.0',
|
version = '1.2.0',
|
||||||
author = 'Limor Fried',
|
author = 'Limor Fried',
|
||||||
author_email = 'support@adafruit.com',
|
author_email = 'support@adafruit.com',
|
||||||
description = 'Library for Adafruit Motor HAT',
|
description = 'Library for Adafruit Motor HAT',
|
||||||
|
|||||||
Reference in New Issue
Block a user