Merge pull request #59 from yeyeto2788/module_refactor
Fix dependencies on setup.py so it add the constants.
This commit is contained in:
commit
a6be564816
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -29,7 +29,7 @@ setup(
|
|||
url='https://github.com/adafruit/Adafruit_Python_PlatformDetect',
|
||||
|
||||
# If your package is a single module, use this instead of 'packages':
|
||||
packages=['adafruit_platformdetect'],
|
||||
packages=['adafruit_platformdetect', 'adafruit_platformdetect.constants'],
|
||||
|
||||
install_requires=[],
|
||||
license='MIT',
|
||||
|
|
|
|||
Loading…
Reference in a new issue