Skip to content

Commit

Permalink
Merge pull request #218 from ariebovenberg/packaging-issue
Browse files Browse the repository at this point in the history
Fix packaging issue where included files were installed in wrong location
  • Loading branch information
ariebovenberg authored Feb 4, 2024
2 parents 4f22d56 + 31fdcd7 commit d3b12cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.17.3 (2024-02-04)
-------------------

- Fix packaging metadata issue where README/CHANGELOG were installed to the
wrong location.

0.17.2 (2024-02-04)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use the following configuration:
repos:
- repo: https://github.com/ariebovenberg/slotscheck
rev: v0.17.2
rev: v0.17.3
hooks:
- id: slotscheck
# If your Python files are not importable from the project root,
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slotscheck"
version = "0.17.2"
version = "0.17.3"
description = "Ensure your __slots__ are working properly."
authors = ["Arie Bovenberg <a.c.bovenberg@gmail.com>"]
license = "MIT"
Expand All @@ -18,7 +18,6 @@ packages = [
{ include = "slotscheck", from = "src" },
]
readme = "README.rst"
include = ["CHANGELOG.rst", "README.rst"]
repository = "https://github.com/ariebovenberg/slotscheck"
homepage = "https://github.com/ariebovenberg/slotscheck"

Expand Down Expand Up @@ -69,5 +68,5 @@ require-subclass = true
require-superclass = true

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d3b12cc

Please sign in to comment.