Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Jan 17, 2025
1 parent 7087055 commit 5f85fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "envelope"
version = "2.1.0-pre1"
version = "2.1.0rc2"
description = "Insert a message and attachments and send e-mail / sign / encrypt contents by a single line."
authors = ["Edvard Rejthar <[email protected]>"]
license = "GNU GPLv3"
Expand All @@ -19,7 +19,7 @@ python-magic = "*"
python-gnupg = ">=0.5"
py3-validate-email = "*"

[tool.poetry.extras]
[tool.poetry.project.optional-dependencies]
smime = ["cryptography>=43"]

[tool.poetry.scripts]
Expand Down

0 comments on commit 5f85fde

Please sign in to comment.