Skip to content

Commit a6be564

Browse files
authored
Merge pull request #59 from yeyeto2788/module_refactor
Fix dependencies on setup.py so it add the constants.
2 parents d806552 + 05c4593 commit a6be564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
url='https://github.com/adafruit/Adafruit_Python_PlatformDetect',
3030

3131
# If your package is a single module, use this instead of 'packages':
32-
packages=['adafruit_platformdetect'],
32+
packages=['adafruit_platformdetect', 'adafruit_platformdetect.constants'],
3333

3434
install_requires=[],
3535
license='MIT',

0 commit comments

Comments
 (0)