We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92c89c commit adf56bfCopy full SHA for adf56bf
setup.py
@@ -9,7 +9,8 @@
9
author='Scott Shawcroft',
10
author_email='scott@adafruit.com',
11
url='https://www.adafruit.com/',
12
- packages=['circuitpython_build_tools'],
+ packages=['circuitpython_build_tools',
13
+ 'circuitpython_build_tools.scripts'],
14
package_data={'circuitpython_build_tools': ['data/mpy-cross-*']},
15
zip_safe=False,
16
python_requires='>=3.4',
0 commit comments