Skip to content

Commit

Permalink
Remove all.pxi from depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 18, 2024
1 parent 6b97aab commit 360c338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
name="cdd.__init__",
sources=["cython/_cdd.pyx"],
depends=[
"cython/all.pxi",
"cython/cdd.pxi",
"cython/mytype.pxi",
"cython/pycddlib.pxi",
Expand All @@ -19,7 +18,6 @@
name="cdd.gmp",
sources=["cython/_cddgmp.pyx"],
depends=[
"cython/all.pxi",
"cython/cdd.pxi",
"cython/mytype_gmp.pxi",
"cython/pycddlib.pxi",
Expand Down

0 comments on commit 360c338

Please sign in to comment.