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.
dist-packages/setup.py
1 parent e63f7eb commit 6cfad78Copy full SHA for 6cfad78
dist-packages/setup.py
@@ -5,7 +5,7 @@
5
version='0.13.0',
6
description='Terkin MicroPython runtime libraries',
7
long_description='This package contains all MicroPython runtime libraries '
8
- 'required to run Terkin, even on CPython.',
+ 'required to run Terkin on CPython.',
9
license="MIT, Apache 2.0",
10
classifiers=[
11
"Programming Language :: Python",
@@ -48,7 +48,7 @@
48
49
# find_packages only finds packages in directories with __init__.py files.
50
# py_modules lists top-level single file packages to include.
51
- packages=find_packages('dist-packages'),
+ packages=find_packages('.'),
52
py_modules=[
53
"umqtt",
54
"urequests",
0 commit comments