Skip to content

Commit f32042c

Browse files
committed
fix
1 parent 3574526 commit f32042c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
license='Apache 2.0',
5959
long_description=long_description,
6060
name=NAME,
61-
package_dir={'': 'mbed'},
62-
packages=find_packages('mbed'),
61+
packages=find_packages(),
6362
python_requires='>=2.7.10, !=3.4.1, !=3.4.2, <4',
6463
url="http://github.com/ARMmbed/mbed-cli",
6564
version=__version__,

0 commit comments

Comments
 (0)