Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 6aa8937

Browse files
authored
Fix license string in .zenodo.json
1 parent 668ef16 commit 6aa8937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title" : "BluePyOpt",
3-
"license": "LGPLv3",
3+
"license": "LGPL-3.0",
44
"upload_type": "software",
55
"description": "The Blue Brain Python Optimisation Library (BluePyOpt) is an extensible framework for data-driven model parameter optimisation that wraps and standardises several existing open-source tools. It simplifies the task of creating and sharing these optimisations, and the associated techniques and knowledge. This is achieved by abstracting the optimisation and evaluation tasks into various reusable and flexible discrete elements according to established best-practices. Further, BluePyOpt provides methods for setting up both small- and large-scale optimisations on a variety of platforms, ranging from laptops to Linux clusters and cloud-based compute infrastructures.",
66
"creators": [

0 commit comments

Comments
 (0)