Skip to content

Commit

Permalink
zz
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 14f6fce commit 5655845
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,20 @@ build-backend = "maturin"
name = "self_encryption"
dynamic = ["version"]
description = "Self encrypting files (convergent encryption plus obfuscation)"

authors = [{ name = "MaidSafe Developers", email = "[email protected]" }]
requires-python = ">=3.8"
license = { text = "GPL-3.0" }
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
readme = "README.md"
dependencies = [
"click>=8.0.0",
"pip>=24.3.1",
]
dependencies = ["click>=8.0.0", "pip>=24.3.1"]

[project.scripts]
self-encryption = "self_encryption.cli:cli"

[tool.maturin]
features = ["python"]
python-source = "python"
module-name = "self_encryption._self_encryption"
bindings = "pyo3"
include = ["self_encryption/**/*", "tests/**/*"]
target-dir = "target/wheels"

0 comments on commit 5655845

Please sign in to comment.