Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Sep 13, 2024
1 parent 7a1ba85 commit 0abb0f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "rocraters"
description = "Lightweight Python library for RO-Crate manipulation implemented in Rust"
readme = "README.md"
readme = "README_py.md"
keywords = ["ro-crate", "rocrate", "research object", "rocraters"]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -24,5 +24,4 @@ dynamic = ["version"]

[tool.maturin]
features = ["pyo3/extension-module"]
exclude = ["ro-crate-rs/README.md"]

File renamed without changes.

0 comments on commit 0abb0f5

Please sign in to comment.