Skip to content

Commit

Permalink
📦 Fix package metadata issue (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Feb 1, 2024
1 parent 2a12d51 commit 29d2cd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.3.1 (2024-02-01)
------------------

- 📦 Fix packaging metadata issue involving README and CHANGELOG being
installed in the wrong place (#23)

0.3.0 (2024-01-23)
------------------

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "whenever"
version = "0.3.0"
version = "0.3.1"
description = "Foolproof datetimes for maintainable code"
authors = ["Arie Bovenberg <a.c.bovenberg@gmail.com>"]
license = "MIT"
Expand All @@ -16,7 +16,6 @@ packages = [
]
documentation = "https://whenever.readthedocs.io"
readme = "README.rst"
include = ["CHANGELOG.rst", "README.rst"]
repository = "https://github.com/ariebovenberg/whenever"
keywords = ["datetime"]

Expand Down

0 comments on commit 29d2cd3

Please sign in to comment.