質問編集履歴
2
コードの内容ミス訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -132,7 +132,6 @@
|
|
132
132
|
|
133
133
|
setup(name='main',
|
134
134
|
version='0.1',
|
135
|
-
description='Sample cx_Freeze Tkinter script',
|
136
135
|
executables=executables
|
137
136
|
)
|
138
137
|
```
|
1
誤字訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
|
17
17
|
# 環境
|
18
|
-
-
|
18
|
+
- macOS Catalina バージョン10.15.7
|
19
19
|
- pyenv Python 3.6.5
|
20
20
|
|
21
21
|
|