Skip to content

Commit 67d8137

Browse files
committed
fix build error
1 parent b443462 commit 67d8137

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

codeflash-benchmark/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeflash-benchmark"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Pytest benchmarking plugin for codeflash.ai - automatic code performance optimization"
55
authors = [{ name = "CodeFlash Inc.", email = "[email protected]" }]
66
requires-python = ">=3.9"
@@ -25,8 +25,8 @@ Repository = "https://github.com/codeflash-ai/codeflash-benchmark"
2525
codeflash-benchmark = "codeflash_benchmark.plugin"
2626

2727
[build-system]
28-
requires = ["setuptools>=45", "wheel", "setuptools_scm"]
28+
requires = ["setuptools>=45", "wheel"]
2929
build-backend = "setuptools.build_meta"
3030

3131
[tool.setuptools]
32-
packages = ["codeflash_benchmark"]
32+
packages = ["codeflash_benchmark"]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)