diff --git a/pyproject.toml b/pyproject.toml index b5106fdba..ac75b0f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "dev@maidsafe.net" }] requires-python = ">=3.8" license = { text = "GPL-3.0" } @@ -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 " +requires-python = ">=3.8" +license = "GPL-3.0"