Skip to content

Commit

Permalink
add pip metadata for scallopy
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlNet committed Dec 2, 2024
1 parent 07d8843 commit 1679076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![feature(extract_if)]
#![feature(hash_extract_if)]
#![feature(proc_macro_span)]
#![feature(iter_repeat_n)]

pub mod common;
pub mod compiler;
Expand Down
4 changes: 4 additions & 0 deletions etc/scallopy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"

0 comments on commit 1679076

Please sign in to comment.