Skip to content

Commit

Permalink
fix: Update python bindings
Browse files Browse the repository at this point in the history
Provide documentation
  • Loading branch information
dirvine committed Nov 18, 2024
1 parent cbaa0fd commit 6872641
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,8 @@ classifiers = [
"Programming Language :: Rust",
"Operating System :: OS Independent",
]
dependencies = [
"pip>=24.0",
"pytest>=7.4.4",
]

[tool.maturin]
features = ["python"]
module-name = "self_encryption._self_encryption"
module-name = "_self_encryption"
bindings = "pyo3"
develop = true

[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]

0 comments on commit 6872641

Please sign in to comment.