Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Nov 30, 2024
1 parent 420fd9a commit 245c22e
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"


[project]
name = "self_encryption"
version = "0.32.4"
Expand All @@ -21,6 +20,9 @@ classifiers = [
]
dependencies = ["click>=8.0.0", "pip>=24.3.1"]

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

[tool.maturin]
features = ["python"]
module-name = "self_encryption._self_encryption"
Expand All @@ -30,13 +32,3 @@ manifest-path = "Cargo.toml"
bindings = "pyo3"
strip = true
sdist-include = ["LICENSE", "README.md"]
project-name = "self_encryption"
project-version = "0.32.4"
project-description = "Self encrypting files (convergent encryption plus obfuscation)"
project-author = "MaidSafe Developers <[email protected]>"
project-license = "GPL-3.0"
project-requires-python = ">=3.8"
project-dependencies = ["click>=8.0.0", "pip>=24.3.1"]

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

0 comments on commit 245c22e

Please sign in to comment.