Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SOLOv2-pytorch
Commits
1b9f9b88
Unverified
Commit
1b9f9b88
authored
Dec 26, 2018
by
Kai Chen
Committed by
GitHub
Dec 26, 2018
Browse files
Merge pull request #207 from wangg12/master
exclude folders when install
parents
f9cf4daa
56bf5ee4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
1b9f9b88
...
@@ -89,7 +89,7 @@ if __name__ == '__main__':
...
@@ -89,7 +89,7 @@ if __name__ == '__main__':
long_description
=
readme
(),
long_description
=
readme
(),
keywords
=
'computer vision, object detection'
,
keywords
=
'computer vision, object detection'
,
url
=
'https://github.com/open-mmlab/mmdetection'
,
url
=
'https://github.com/open-mmlab/mmdetection'
,
packages
=
find_packages
(),
packages
=
find_packages
(
exclude
=
(
'configs'
,
'tools'
,
'demo'
,)
),
package_data
=
{
'mmdet.ops'
:
[
'*/*.so'
]},
package_data
=
{
'mmdet.ops'
:
[
'*/*.so'
]},
classifiers
=
[
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Development Status :: 4 - Beta'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment