diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..a63e1eef6b --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,8 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - name: "MMDetection3D Contributors" +title: "OpenMMLab's Next-generation Platform for General 3D Object Detection" +date-released: 2020-07-23 +url: "https://github.com/open-mmlab/mmdetection3d" +license: Apache-2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index e0d80c8a6c..28ec46cf2b 100644 --- a/setup.py +++ b/setup.py @@ -196,7 +196,7 @@ def add_mim_extention(): 'for general 3D object detection.'), long_description=readme(), long_description_content_type='text/markdown', - author='OpenMMLab', + author='MMDetection3D Contributors', author_email='zwwdev@gmail.com', keywords='computer vision, 3D object detection', url='https://github.com/open-mmlab/mmdetection3d',