summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2022-10-04 16:55:50 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2022-10-04 16:55:50 +0300
commitd3aeeabcd1dfcf224b0c224fe3e2f5b8c0202940 (patch)
tree9e07e4768f4534349d4c32534d326f2dc0526b3b
parent68dd701354257b5f5dcb2f60cde2419e9f9e2701 (diff)
downloadpysaml2-d3aeeabcd1dfcf224b0c224fe3e2f5b8c0202940.tar.gz
Update the README reference in pyproject
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 140febb3..c61fa3b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ description = "Python implementation of SAML Version 2 Standard"
license = "Apache-2.0"
authors = ["IdentityPython <discuss@idpy.org>"]
maintainers = ["IdentityPython <discuss@idpy.org>"]
-readme = "README.rst"
+readme = "README.md"
homepage = "https://idpy.org"
repository = "https://github.com/IdentityPython/pysaml2"
documentation = "https://pysaml2.readthedocs.io"