Skip to content

Commit 1808d44

Browse files
committed
Fixed project name in pyproject.toml
This resolves the issue that the files are uploaded to the wrong project on pypi.org.
1 parent c6731b1 commit 1808d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "python-rsa"
2+
name = "rsa"
33
version = "4.1"
44
license = "Apache-2.0"
55
description = "Pure-Python RSA implementation"

0 commit comments

Comments
 (0)