Skip to content

Commit

Permalink
add description to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Dec 30, 2023
1 parent 60da99d commit fa070d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "cryo_python"
description = "cryo is the easiest way to extract blockchain data to parquet, csv, json, or a python dataframe."
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit fa070d4

Please sign in to comment.