Skip to content

Commit

Permalink
fix(pyproject): typo in 'build-backend'
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Jul 30, 2024
1 parent 9232ee0 commit bc7a1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=61.0.0", "wheel", "setuptools-git-versioning"]
build-backed = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

[project]
name = "chimedb.data_index"
Expand Down

0 comments on commit bc7a1b0

Please sign in to comment.