Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Configure workflow
id: config
run: |
pip install ci-helper cython
pip install ci-helper

# Load repo-specific variables and overrides:
VARS_FILE=".github/workflows/release-vars.sh"
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8", "cython",
requires = ["setuptools>=74.1.0", "setuptools_scm>=8", "cython",
"numpy>=2.0,<3; python_version>'3.8'"]
build-backend = "setuptools.build_meta"

Expand All @@ -10,6 +10,9 @@ local_scheme = "no-local-version"
[tool.setuptools]
zip-safe = false
include-package-data = true
ext-modules = [
{name = "labscript_c_extensions.runviewer.resample", sources = ["src/runviewer/resample.pyx"]}
]

[tool.setuptools.packages]
find = {namespaces = false}
Expand Down
19 changes: 0 additions & 19 deletions setup.py

This file was deleted.