Skip to content

Commit

Permalink
Fix #176: include docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Feb 9, 2022
1 parent 03ad112 commit f411150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
### Fixed

- Fix the only child detection when creating tables. ([#175](https://github.com/sdispater/tomlkit/issues/175))
- Include the `docs/` directory and `CHANGELOG.md` in sdist tarball. ([#176](https://github.com/sdispater/tomlkit/issues/176))

## [0.9.2] - 2022-02-08

Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -12,7 +12,9 @@ repository = "https://github.com/sdispater/tomlkit"

include = [
{ path = "tomlkit/py.typed" },
{ path = "tests", format = "sdist" }
{ path = "tests", format = "sdist" },
{ path = "docs", format = "sdist" },
{ path = "CHANGELOG.md", format = "sdist" },
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit f411150

Please sign in to comment.