From a5d1cdd0261773d70e15654b776df20c10595adb Mon Sep 17 00:00:00 2001 From: nichmor Date: Wed, 10 Apr 2024 12:49:27 +0300 Subject: [PATCH] misc: update and add license --- pixi.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index f132787..5352b67 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4937,7 +4937,7 @@ packages: name: rattler-build-conda-compat version: 0.0.1 path: . - sha256: 8c4899cf488d4972a9913bf072e595e2bd93133b29bdf343b83c26436aa06172 + sha256: 1ce7db688592be34463febb86920cc60433c00581d82e761e65409c913578d67 requires_python: '>=3.8' editable: true - kind: conda diff --git a/pyproject.toml b/pyproject.toml index 0f12af0..9fb3ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "rattler-build-conda-compat" description="A package for exposing rattler-build API for conda-smithy" readme = "README.md" authors = [{name = "Nichita Morcotilo", email = "nichita@prefix.dev"}] -license = {file = "LICENSE"} +license = {file = "LICENSE.txt"} version = "0.0.1" requires-python = ">=3.8"