Skip to content

Commit

Permalink
(fix) develop not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Apr 22, 2024
1 parent 0fd6857 commit aaac1b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ exclude = [
]

[tool.hatch.build.targets.wheel.hooks.scikit-build]
dependencies = ['scikit-build-core>=0.9.0']

# --- scikit-build-core ---
[tool.scikit-build]
experimental = true
cmake.verbose = true
cmake.build-type = 'Release'
cmake.source-dir = '.'
wheel.py-api = ''
wheel.packages = []
# wheel.install-dir = "hatchling_example"

# --- scikit-build-core ---
[tool.scikit-build.cmake.define]
CMAKE_BUILD_TYPE = 'Release'
# Coincurve build options - This may be better extracted from the ENV by the CMake directly?
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[tox]
isolated_build = true
skip_missing_interpreters = true
envlist =
3.8
Expand All @@ -14,7 +15,7 @@ envlist =
docs

[testenv]
usedevelop = true
# usedevelop = true
passenv = *
deps =
-rrequirements-dev.txt
Expand Down

0 comments on commit aaac1b4

Please sign in to comment.