Skip to content

Commit 072febf

Browse files
committed
build: add README
1 parent 63eb5d4 commit 072febf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ 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-
dependencies = [
10-
"Pillow>=1.11.3",
11-
]
12-
requires-python = ">= 3.9"
9+
readme = {file = "README.md", content-type = "markdown"}
1310

1411
authors = [
1512
{name = "Gina Häußge", email = "gina@octoprint.org"},
16-
{name = "jneilliii"},
13+
{name = "jneilliii", email = "jneilliii+github@gmail.com"},
1714
]
1815
maintainers = [
1916
{name = "Gina Häußge", email = "gina@octoprint.org"},
2017
]
2118

19+
dependencies = [
20+
"Pillow>=1.11.3",
21+
]
22+
requires-python = ">= 3.9"
23+
2224
[project.scripts]
2325
gcode-thumbnail-tool = "gcode_thumbnail_tool:main"
2426

2527
[project.optional-dependencies]
2628
develop = [
27-
# Testing dependencies
28-
"pytest-doctest-custom>=1.0.0,<2",
29-
"pytest>=8.3.4,<9",
29+
"pytest",
3030
"pre-commit",
3131
]

0 commit comments

Comments
 (0)