Skip to content

Commit faf5516

Browse files
wolfieschclaude
andcommitted
feat: switch wolfxl dependency from git URL to PyPI
wolfxl v0.1.0 is now published on PyPI with pre-built wheels for Linux/macOS/Windows. Replace git URL with version spec and remove the allow-direct-references hatch workaround. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4ac7f3 commit faf5516

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev = [
4343
"mypy>=1.0",
4444
]
4545
rust = [
46-
"wolfxl @ git+https://github.com/wolfiesch/wolfxl.git",
46+
"wolfxl>=0.1.0",
4747
]
4848
docs = [
4949
"mkdocs-material>=9.5",
@@ -58,9 +58,6 @@ excelbench = "excelbench.cli:app"
5858
requires = ["hatchling"]
5959
build-backend = "hatchling.build"
6060

61-
[tool.hatch.metadata]
62-
allow-direct-references = true
63-
6461
[tool.hatch.build.targets.wheel]
6562
packages = ["src/excelbench"]
6663

0 commit comments

Comments
 (0)