Skip to content

Commit

Permalink
add content type to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Oct 2, 2023
1 parent c670d98 commit 7a639a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipware/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = ["ipware"]

[tool.setuptools.dynamic]
version = {attr = "ipware.__version__"}
readme = {file = ["README.md"]}
readme = {file = ["README.md"], content-type = "text/markdown"}

[tool.setuptools.package-data]
"ipware" = ["py.typed"]
Expand Down

0 comments on commit 7a639a4

Please sign in to comment.