Skip to content

Commit

Permalink
Merge pull request #6329 from samer-shah/fix_licence_declaration
Browse files Browse the repository at this point in the history
Fix license declaration
  • Loading branch information
oz123 authored Dec 19, 2024
2 parents 847b42f + d45d37e commit 307505d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/6329.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix license declaration for PyPI
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down

0 comments on commit 307505d

Please sign in to comment.