Commit 56bf5ee4 authored by wangg12's avatar wangg12
Browse files

exclude folders when install

parent f9cf4daa
......@@ -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',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment