Skip to content

Commit

Permalink
Add py.typed to package data
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Feb 3, 2024
1 parent 13676a0 commit 60396c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. See docs for details on formatting your entries
https://releases.readthedocs.io/en/latest/concepts.html
Changelog
=========

- :release:`5.0.1 <3rd February 2024>`
- :bug:`67` Use a single function to get versioned package metadata

- :release:`5.0.0 <31st July 2023>`
- :feature:`48` Replace requests and aiohttp with HTTPX
- :feature:`35` Add sync client
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "letsbuilda-pypi"
version = "5.0.0"
version = "5.0.1"
description = "A wrapper for PyPI's API and RSS feed"
authors = [
{ name = "Bradley Reynolds", email = "[email protected]" },
Expand Down Expand Up @@ -37,6 +37,9 @@ docs = [
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
"letsbuilda.pypi" = ["py.typed"]

[tool.black]
target-version = ["py311"]
line-length = 120
Expand Down

0 comments on commit 60396c5

Please sign in to comment.