Skip to content

Commit

Permalink
build: Package meta changes
Browse files Browse the repository at this point in the history
Some external tools do not properly detect MIT license if package metadata references a file.
Also updated the changelog url
  • Loading branch information
defnull committed Nov 16, 2024
1 parent 203b1d1 commit 95ce950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
name = "multipart"
requires-python = ">=3.8"
dynamic = ["version"]
license = {file = "LICENSE"}
license = {text = "MIT License"}
description = "Parser for multipart/form-data"
readme = "README.rst"
authors = [
Expand All @@ -28,7 +28,7 @@ classifiers = [
PyPI = "https://pypi.org/project/multipart/"
Homepage = "https://github.com/defnull/multipart"
Documentation = "https://github.com/defnull/multipart?tab=readme-ov-file#parser-for-multipartform-data"
Changelog = "https://github.com/defnull/multipart?tab=readme-ov-file#changelog"
Changelog = "https://github.com/defnull/multipart/blob/master/CHANGELOG.rst"
Source = "https://github.com/defnull/multipart"
Issues = "https://github.com/defnull/multipart/issues"

Expand Down

0 comments on commit 95ce950

Please sign in to comment.