From 0dc5313086b62b8800fbbfede4d1f0f29336b232 Mon Sep 17 00:00:00 2001 From: William Nelson Date: Thu, 5 Sep 2024 20:15:06 -0700 Subject: [PATCH 1/2] Add Source Declaration to Classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0dea191bf..eba8c5544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = [] keywords = [] classifiers = [ + "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3", From 8af3bc564ae8fb801fb27dad2d15ca8df9d874c1 Mon Sep 17 00:00:00 2001 From: William Nelson Date: Thu, 5 Sep 2024 20:15:53 -0700 Subject: [PATCH 2/2] Fix source link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eba8c5544..d98fbb30e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = [ ] [project.urls] -Repository = 'https://github.com/cohere-ai/cohere-python' +source = "https://github.com/cohere-ai/cohere-python" [tool.poetry.dependencies] python = "^3.8"