-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change manylinux 2010 -> 2014 * Bump version * Add project-url * Delete homepage * Remove repository too * Update version * Remove manylinux from pyproject
- Loading branch information
Showing
3 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
@@ -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" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|