Skip to content

Commit

Permalink
missing required field in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Feb 5, 2025
1 parent 12586b0 commit b62bc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "maturin"
[project]
name = "flute-alc"
requires-python = ">=3.7"
dynamic = ["version"]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit b62bc1e

Please sign in to comment.