-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update snapatac2 to 2.7.0 * clean up recipe * edit patch * add c compiler back --------- Co-authored-by: mencian <joshua.zhuang@yahoo.com> Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
- Loading branch information
1 parent
88c3f56
commit a1ca801
Showing
5 changed files
with
28 additions
and
129 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/pyproject.toml b/pyproject.toml | ||
index 0cc0ca0..eeb5899 100644 | ||
--- a/pyproject.toml | ||
+++ b/pyproject.toml | ||
@@ -7,6 +7,9 @@ features = ["pyo3/extension-module"] | ||
python-source = "python" | ||
module-name = "snapatac2._snapatac2" | ||
manifest-path = "snapatac2-python/Cargo.toml" | ||
+strip = true | ||
+profile = "release" | ||
+locked = true | ||
|
||
[project] | ||
name = "snapatac2" |