Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Apr 19, 2024
1 parent a8c6284 commit 8ca7bff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors = [
]
name = "pip-review"
description = "pip-review lets you smoothly manage all available PyPI updates."
readme = "README.rst"
license = { text = "BSD" }
readme = "README.md"
license = { text = "BSD/MIT" }
maintainers = [{ name = "realshouzy" }]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -58,7 +58,6 @@ pip-review = "pip_review:main"

[tool.setuptools]
license-files = ["LICENSE.txt"]
zip-safe = false
platforms = ["any"]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 8ca7bff

Please sign in to comment.