Skip to content

Commit 6cfad78

Browse files
committed
Fix dist-packages/setup.py
1 parent e63f7eb commit 6cfad78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist-packages/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version='0.13.0',
66
description='Terkin MicroPython runtime libraries',
77
long_description='This package contains all MicroPython runtime libraries '
8-
'required to run Terkin, even on CPython.',
8+
'required to run Terkin on CPython.',
99
license="MIT, Apache 2.0",
1010
classifiers=[
1111
"Programming Language :: Python",
@@ -48,7 +48,7 @@
4848

4949
# find_packages only finds packages in directories with __init__.py files.
5050
# py_modules lists top-level single file packages to include.
51-
packages=find_packages('dist-packages'),
51+
packages=find_packages('.'),
5252
py_modules=[
5353
"umqtt",
5454
"urequests",

0 commit comments

Comments
 (0)