Skip to content

Commit 1bda17a

Browse files
committed
fix: fix broken content-type
1 parent 072febf commit 1bda17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "gcode-thumbnail-tool"
77
description = "A small tool to analyse and extract thumbnails rendered into GCODE files"
88
version = "0.1.0"
9-
readme = {file = "README.md", content-type = "markdown"}
9+
readme = {file = "README.md", content-type = "text/markdown"}
1010

1111
authors = [
1212
{name = "Gina Häußge", email = "gina@octoprint.org"},

0 commit comments

Comments
 (0)