Skip to content

Commit 4ab560b

Browse files
committed
Merge pull request #18 from ddemidov/master
Fix setup.py
2 parents c07900d + 71a8ba9 commit 4ab560b

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
@@ -8,6 +8,6 @@
88
license='MIT',
99
url='https://github.com/rhempel/ev3dev-lang-python',
1010
include_package_data=True,
11-
packages=['ev3dev']
11+
py_modules=['ev3dev']
1212
)
1313

0 commit comments

Comments
 (0)