summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Oriekhov <andriyorehov@gmail.com>2022-02-28 14:48:30 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2022-02-28 19:27:21 +0100
commitb1679ecf5a88578dbaca1c39ad499b7f39948125 (patch)
tree93023b3ac899c9ca0dba7f954b87a29863143c19
parent32bfe4007e4284b95a58be9f655c8aee605c712a (diff)
downloadrsa-git-b1679ecf5a88578dbaca1c39ad499b7f39948125.tar.gz
add GitHub URL for PyPi
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4d9bb72..b7ecb73 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,6 +6,7 @@ description = "Pure-Python RSA implementation"
readme = "README.md"
authors = ["Sybren A. Stüvel <sybren@stuvel.eu>"]
homepage = "https://stuvel.eu/rsa"
+repository = "https://github.com/sybrenstuvel/python-rsa"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",