From 68d97cdfcbb03c0c1ce41826f51faed9f686ea0e Mon Sep 17 00:00:00 2001 From: samerabushah Date: Wed, 18 Dec 2024 21:53:52 +0100 Subject: [PATCH 1/2] Fix licence declaration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b0eb1a1d..e613c0ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ name = "pipenv" description = "Python Development Workflow for Humans." readme = "README.md" -license = { file = "LICENSE" } +license = {text = "MIT License (MIT)"} authors = [ { name = "Pipenv maintainer team", email = "distutils-sig@python.org" }, ] From d45d37e84bfa8fa82ba08587e4e995a3ad74a730 Mon Sep 17 00:00:00 2001 From: samerabushah Date: Wed, 18 Dec 2024 21:59:02 +0100 Subject: [PATCH 2/2] Add news file --- news/6329.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/6329.bugfix.rst diff --git a/news/6329.bugfix.rst b/news/6329.bugfix.rst new file mode 100644 index 000000000..18a1d272f --- /dev/null +++ b/news/6329.bugfix.rst @@ -0,0 +1 @@ +Fix license declaration for PyPI