File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 16
16
"html" ,
17
17
"http" ,
18
18
"multiprocessing" ,
19
+ "mypy" ,
19
20
"numpy.distutils" ,
20
21
"numpy.doc" ,
21
- "numpy.fft" ,
22
22
"numpy.matrixlib.tests" ,
23
- "numpy.polynomial" ,
24
23
"numpy.testing" ,
25
24
"numpy.tests" ,
26
25
"pydoc" ,
34
33
"_lzma" ,
35
34
"_socket" ,
36
35
"_ssl" ,
36
+ ],
37
+ "includes" : [
38
+ "encodings" ,
39
+ "mutf8" ,
40
+ "secrets" ,
37
41
]
38
42
}
39
43
45
49
author = "timendum" ,
46
50
url = "https://github.com/timendum/minenbt/" ,
47
51
packages = ["minenbt" ],
48
- executables = [Executable ("minenbt/__main__.py" , targetName = "minenbt" )],
52
+ executables = [Executable ("minenbt/__main__.py" , target_name = "minenbt" )],
49
53
options = {"build_exe" : build_exe_options },
50
54
install_requires = ["mulet-nbt" , "numpy" ],
51
55
license = "GNU General Public License v3.0" ,
You can’t perform that action at this time.
0 commit comments