Skip to content

Commit

Permalink
Merge branch 'main' into cython-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang authored Aug 20, 2024
2 parents 778ea77 + 1615f83 commit a56f3aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'fastcan',
'c', 'cython',
version: '0.2.1',
version: '0.1.26',
license: 'MIT',
meson_version: '>= 1.1.0',
default_options: [
Expand Down
28 changes: 12 additions & 16 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test-coverage = { cmd = "rm -rf .coverage && pytest --cov-report $FMT --cov=$PAC
[tool.pixi.feature.build.tasks]
build-wheel = "rm -rf dist && python -m build -wnx -Cinstall-args=--tags=runtime,python-runtime,devel"
build-sdist = "rm -rf dist && python -m build --sdist"
rebuild = "rm -rf build && uv pip install --no-deps --force-reinstall -e ."
rebuild = "uv pip install --no-deps --force-reinstall -e ."

[tool.pixi.feature.fmt.tasks]
fmt = { cmd = "black .", cwd = "fastcan" }
Expand Down

0 comments on commit a56f3aa

Please sign in to comment.