Skip to content

Commit b237400

Browse files
authored
Remove manylinux tag (#52)
* Change manylinux 2010 -> 2014 * Bump version * Add project-url * Delete homepage * Remove repository too * Update version * Remove manylinux from pyproject
1 parent 5f448c4 commit b237400

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[package]
22
name = "sycret"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Pierre Tholoniat"]
55
edition = "2018"
66
license = "Apache-2.0"
7-
repository = ""
8-
homepage = ""
97
readme = "README.md"
108

119
[dependencies]
@@ -36,4 +34,5 @@ maintainer = "Pierre Tholoniat"
3634
maintainer-email = "pierre@tholoniat.com"
3735
requires-dist = ["numpy>=1", "cffi>=1", "pycparser>=2"]
3836
requires-python=">=3.6"
37+
project-url = { "Homepage" = "https://github.com/OpenMined/sycret" }
3938

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ build-backend = "maturin"
44

55
[tool.maturin]
66
bindings = "cffi"
7-
manylinux = "2010"
87

98
[tool.isort]
109
multi_line_output = 3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
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",

0 commit comments

Comments
 (0)