Skip to content

Commit

Permalink
Do not include CHANGELOG in PyPI README
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed May 10, 2024
1 parent 38a193e commit 0a5ef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -77,7 +77,7 @@ packages = [
include-package-data = false

[tool.setuptools.dynamic]
readme = {file = ["README.rst", "CHANGELOG.rst"]}
readme = {file = ["README.rst"]}
version = {attr = "storages.__version__"}

[tool.ruff]
Expand Down

0 comments on commit 0a5ef02

Please sign in to comment.