Skip to content

Commit

Permalink
Add version number to pyproject.toml to make maturin happy (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennin authored Dec 26, 2024
1 parent 91aa02e commit 7a67ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellarisdashboard/parsing/rust_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "rust_parser"
version = "0.1.0"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 7a67ed7

Please sign in to comment.