From 3eb0edeed2126d94cdfcfd744522185e543d5c9f Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:59:03 +0000 Subject: [PATCH] change project name. remove dvcs --- asv.conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/asv.conf.json b/asv.conf.json index 5addf2b3..7e01c390 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -4,15 +4,15 @@ "version": 1, // The name of the project being benchmarked - "project": "brainglobe_workflows", + "project": "brainglobe-workflows", // The project's homepage "project_url": "https://github.com/brainglobe/brainglobe-workflows", // The URL or local path of the source code repository for the // project being benchmarked - "repo": ".", - // "repo": "https://github.com/brainglobe/brainglobe-workflows", + // "repo": ".", + "repo": "https://github.com/brainglobe/brainglobe-workflows.git", // The Python project's subdirectory in your repo. If missing or // the empty string, the project is assumed to be located at the root @@ -47,7 +47,7 @@ // determined from "repo" by looking at the protocol in the URL // (if remote), or by looking for special directories, such as // ".git" (if local). - "dvcs": "git", + // "dvcs": "git", // The tool to use to create environments. May be "conda", // "virtualenv", "mamba" (above 3.8)