Skip to content

Commit

Permalink
Fix building the package
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Aug 21, 2024
1 parent b61e91e commit 9cd83f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include versioneer.py
include ndindex/_version.py
include ndindex/*.pyx
include LICENSE
include pytest.ini
include conftest.py
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "cython", "numpy"]

0 comments on commit 9cd83f3

Please sign in to comment.