Skip to content

Commit

Permalink
Merge pull request #35 from ControlNet/master
Browse files Browse the repository at this point in the history
Add pip metadata for scallopy
  • Loading branch information
Liby99 authored Dec 4, 2024
2 parents 07d8843 + 1679076 commit f8fac18
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 f8fac18

Please sign in to comment.