From f9f12ee281da575d8050afacb1cad2f1c94f5178 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Wed, 18 Sep 2024 14:49:56 -0400 Subject: [PATCH] license --- LICENSE.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..23e4364 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,15 @@ +Apache-2.0 License + +Copyright 2024 Coinbase + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e44aa7a..3efa03e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "CDP Python SDK" readme = "README.md" authors = [{name = "John Peterson", email = "john.peterson@coinbase.com"}] -license = {file = "TODO"} +license = {file = "LICENSE.md"} keywords = ["coinbase", "sdk", "crypto", "cdp"] requires-python = ">=3.10"