File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "pptxr"
33version = " 0.1.0"
44description = " PowerPoint Builder"
55readme = " README.md"
6- requires-python = " >=3.11.9 "
6+ requires-python = " >=3.11.0 "
77authors = [{
name =
" yassun7010" ,
email =
" [email protected] " }]
88dependencies = [
99 " Pillow>=10.0.0" , # 画像処理用
Original file line number Diff line number Diff line change 88CM_PER_INCH = 2.54 # 1 inch = 2.54 cm
99
1010LiteralPoint = tuple [int , Literal ["pt" ]]
11- LiteralInch = tuple [float , Literal ["in" ]]
1211LiteralCentimeter = tuple [float , Literal ["cm" ]]
12+ LiteralInch = tuple [float , Literal ["in" ]]
1313
14- LiteralLength = LiteralPoint | LiteralInch | LiteralCentimeter
14+ LiteralLength = LiteralPoint | LiteralCentimeter | LiteralInch
1515
1616
1717class Inch :
You can’t perform that action at this time.
0 commit comments