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
OpenDAS
MMCV
Commits
5542c24b
Unverified
Commit
5542c24b
authored
May 30, 2020
by
Jerry Jiarui XU
Committed by
GitHub
May 30, 2020
Browse files
Fixed package data in pip (#303)
parent
8ceb404e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mmcv/version.py
mmcv/version.py
+1
-1
setup.py
setup.py
+1
-0
No files found.
mmcv/version.py
View file @
5542c24b
# Copyright (c) Open-MMLab. All rights reserved.
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'0.5.
7
'
__version__
=
'0.5.
8
'
setup.py
View file @
5542c24b
...
@@ -149,6 +149,7 @@ setup(
...
@@ -149,6 +149,7 @@ setup(
long_description
=
readme
(),
long_description
=
readme
(),
keywords
=
'computer vision'
,
keywords
=
'computer vision'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
classifiers
=
[
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Development Status :: 4 - Beta'
,
'License :: OSI Approved :: Apache Software License'
,
'License :: OSI Approved :: Apache Software License'
,
...
...
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