From e904108e57a8de951246b0028c7ec545c2badd41 Mon Sep 17 00:00:00 2001 From: duanboqiang Date: Thu, 1 Jun 2023 05:46:26 +0000 Subject: [PATCH] fix Invalid distribution name or version syntax: bev-mmdet3d--0.1 bug --- third_party/bev_mmdet3d/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/bev_mmdet3d/setup.py b/third_party/bev_mmdet3d/setup.py index e2c962c..479c893 100644 --- a/third_party/bev_mmdet3d/setup.py +++ b/third_party/bev_mmdet3d/setup.py @@ -37,7 +37,7 @@ def make_cuda_ext( if __name__ == "__main__": setup( - name="bev_mmdet3d_", + name="bev_mmdet3d", version="0.1", packages=find_packages(), include_package_data=True,