Skip to content

Commit 76a4335

Browse files
committed
Fix setup package lookup
1 parent d17b6fc commit 76a4335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def find_version(*file_paths):
4949
author_email='f@bianp.net',
5050
url='https://github.com/pythonprofilers/memory_profiler',
5151
py_modules=['mprof'],
52-
packages=find_packages(include='memory_profiler'),
52+
packages=find_packages(include=('memory_profiler',)),
5353
entry_points={
5454
'console_scripts': ['mprof = mprof:main'],
5555
},

0 commit comments

Comments
 (0)