File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " sycret"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Pierre Tholoniat" ]
55edition = " 2018"
66license = " Apache-2.0"
7- repository = " "
8- homepage = " "
97readme = " README.md"
108
119[dependencies ]
@@ -36,4 +34,5 @@ maintainer = "Pierre Tholoniat"
3634maintainer-email = " pierre@tholoniat.com"
3735requires-dist = [" numpy>=1" , " cffi>=1" , " pycparser>=2" ]
3836requires-python =" >=3.6"
37+ project-url = { "Homepage" = " https://github.com/OpenMined/sycret" }
3938
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ build-backend = "maturin"
44
55[tool .maturin ]
66bindings = " cffi"
7- manylinux = " 2010"
87
98[tool .isort ]
109multi_line_output = 3
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = "sycret" ,
12- version = "0.2.1 " ,
12+ version = "0.2.2 " ,
1313 author = "Pierre Tholoniat" ,
1414 author_email = "pierre@tholoniat.com" ,
1515 url = "https://github.com/OpenMined/sycret" ,
You can’t perform that action at this time.
0 commit comments