Merge pull request #59 from yeyeto2788/module_refactor

Fix dependencies on setup.py so it add the constants.
This commit is contained in:
Melissa LeBlanc-Williams 2020-01-22 08:17:28 -08:00 committed by GitHub
commit a6be564816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',