summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 12:28:11 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-10 12:28:11 +0200
commite3ae26d49c32ee26c963ddea0885e75916295eee (patch)
tree0d260c57960b84cca53bae4d0cc76b07d2a5f5a4 /pyproject.toml
parent34e0b1355850bff3d11f49a46cdeb5f98d1f748f (diff)
parent1808d44c130eb1c2b8a06f862c0da89888e7e17d (diff)
downloadrsa-git-e3ae26d49c32ee26c963ddea0885e75916295eee.tar.gz
Merge branch 'version-4.1-name-fix'
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a50d70e..ca337c8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[tool.poetry]
-name = "python-rsa"
+name = "rsa"
version = "4.2-dev0"
license = "Apache-2.0"
description = "Pure-Python RSA implementation"