Skip to content

Commit 7e12115

Browse files
authored
Merge pull request #20 from openzim/project-description
add project README in pyproject.toml
2 parents a5fdd7e + 6189647 commit 7e12115

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ as of 0.8.2
88

99
## [Unreleased]
1010

11+
### Fixed
12+
13+
- Add readme to pyproject.toml (#18)
14+
1115
## [0.10.0]
1216

1317
### Added

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors = [
1010
keywords = ["kiwix", "zim", "offline", "aws", "s3"]
1111
requires-python = ">=3.10,<3.15"
1212
description = "Kiwix S3 Cache wrapper to use within Kiwix/OpenZIM projects"
13+
readme = "README.md"
1314
license = {text = "GPLv3+"}
1415
classifiers = [
1516
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)