File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ src/*.pyd
36
36
# Others
37
37
* .zip
38
38
build
39
+ dist
40
+ seal.egg-info
39
41
* .lib
40
42
* .pyd
41
43
* .pyc
42
44
temp
45
+ env
Original file line number Diff line number Diff line change 17
17
18
18
if (platform .system () == "Windows" ):
19
19
cpp_args [0 ] = '/std:c++latest' # /std:c++1z
20
- extra_objects [0 ] = './SEAL/build/lib/Release/seal-3.6 .lib'
20
+ extra_objects [0 ] = './SEAL/build/lib/Release/seal-3.7 .lib'
21
21
22
22
if not os .path .exists (extra_objects [0 ]):
23
23
print ('Can not find the seal lib,' )
37
37
38
38
setup (
39
39
name = 'seal' ,
40
- version = '3.6 ' ,
41
- author = 'Huelse ' ,
42
-
40
+ version = '3.7 ' ,
41
+ author = 'Desilo ' ,
42
+
43
43
description = 'Python wrapper for the Microsoft SEAL' ,
44
- url = 'https://github.com/Huelse /SEAL-Python' ,
44
+ url = 'https://github.com/Desilo /SEAL-Python' ,
45
45
license = 'MIT' ,
46
46
ext_modules = ext_modules ,
47
47
)
You can’t perform that action at this time.
0 commit comments