Skip to content

Commit

Permalink
Remove manylinux tag (#52)
Browse files Browse the repository at this point in the history
* Change manylinux 2010 -> 2014

* Bump version

* Add project-url

* Delete homepage

* Remove repository too

* Update version

* Remove manylinux from pyproject
  • Loading branch information
nph4rd authored Oct 13, 2021
1 parent 5f448c4 commit b237400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "sycret"
version = "0.2.1"
version = "0.2.2"
authors = ["Pierre Tholoniat"]
edition = "2018"
license = "Apache-2.0"
repository = ""
homepage = ""
readme = "README.md"

[dependencies]
Expand Down Expand Up @@ -36,4 +34,5 @@ maintainer = "Pierre Tholoniat"
maintainer-email = "[email protected]"
requires-dist = ["numpy>=1", "cffi>=1", "pycparser>=2"]
requires-python=">=3.6"
project-url = { "Homepage" = "https://github.com/OpenMined/sycret" }

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ build-backend = "maturin"

[tool.maturin]
bindings = "cffi"
manylinux = "2010"

[tool.isort]
multi_line_output = 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="sycret",
version="0.2.1",
version="0.2.2",
author="Pierre Tholoniat",
author_email="[email protected]",
url="https://github.com/OpenMined/sycret",
Expand Down

0 comments on commit b237400

Please sign in to comment.