Skip to content

Commit

Permalink
WIP: First working build with Python tools
Browse files Browse the repository at this point in the history
The build now also succeeds with using the Python `build` module. Still needs testing!
  • Loading branch information
gmloose committed Mar 15, 2024
1 parent 8a25027 commit 5ce18a7
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 242 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include *.rst *.md
include *.rst *.md CMakeLists.txt
include casacore/.aipsrc
graft casacore/data
graft doc
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires = [
"build",
"cmake>=3.18",
"oldest-supported-numpy",
"scikit-build>=0.13",
"setuptools",
"wheel",
]
Expand Down
Loading

0 comments on commit 5ce18a7

Please sign in to comment.