File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,26 @@ build-backend = "setuptools.build_meta"
66name = " gcode-thumbnail-tool"
77description = " A small tool to analyse and extract thumbnails rendered into GCODE files"
88version = " 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
1411authors = [
1512 {name = " Gina Häußge" , email = " gina@octoprint.org" },
16- {name = " jneilliii" },
13+ {name = " jneilliii" , email = " jneilliii+github@gmail.com " },
1714]
1815maintainers = [
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 ]
2325gcode-thumbnail-tool = " gcode_thumbnail_tool:main"
2426
2527[project .optional-dependencies ]
2628develop = [
27- # Testing dependencies
28- " pytest-doctest-custom>=1.0.0,<2" ,
29- " pytest>=8.3.4,<9" ,
29+ " pytest" ,
3030 " pre-commit" ,
3131]
You can’t perform that action at this time.
0 commit comments