Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 593ab86 commit d4e4c6e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ build-backend = "maturin"

[project]
name = "self_encryption"
version = "0.32.4"
dynamic = ["version"]
description = "Self encrypting files (convergent encryption plus obfuscation)"
readme = "README.md"
authors = [{ name = "MaidSafe Developers", email = "[email protected]" }]
requires-python = ">=3.8"
license = { text = "GPL-3.0" }
Expand All @@ -31,3 +32,9 @@ include = ["self_encryption/**/*"]
bindings = "pyo3"
strip = true
sdist-include = ["LICENSE", "README.md"]
name = "self_encryption"
version = "0.32.4"
description = "Self encrypting files (convergent encryption plus obfuscation)"
author = "MaidSafe Developers <[email protected]>"
requires-python = ">=3.8"
license = "GPL-3.0"

0 comments on commit d4e4c6e

Please sign in to comment.