diff --git a/LICENSE b/LICENSE index 2cca7c5..f61be09 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 ZeroASIC Corp. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index 72bbd36..a097821 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" # Presence of this section activates setuptools_scm, even though it's empty [project] -name = "umi" +name = "umi-hw" authors = [{name = "Zero ASIC"}] description = "Universal Memory Interface (UMI)" readme = "README.md" @@ -18,7 +18,7 @@ requires-python = ">= 3.8" license = {file = "LICENSE"} dependencies = [ "siliconcompiler>=0.21.0", - "lambdalib==0.2.4" + "lambdalib>=0.2.4, <0.2.5" ] dynamic = [ "version"