Skip to content
Snippets Groups Projects
Commit 56bf5ee4 authored by wangg12's avatar wangg12
Browse files

exclude folders when install

parent f9cf4daa
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ if __name__ == '__main__':
long_description=readme(),
keywords='computer vision, object detection',
url='https://github.com/open-mmlab/mmdetection',
packages=find_packages(),
packages=find_packages(exclude=('configs', 'tools', 'demo',)),
package_data={'mmdet.ops': ['*/*.so']},
classifiers=[
'Development Status :: 4 - Beta',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment