Unverified Commit 1b9f9b88 authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Merge pull request #207 from wangg12/master

exclude folders when install
parents f9cf4daa 56bf5ee4
......@@ -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