We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d3289 commit c80f986Copy full SHA for c80f986
pyproject.toml
@@ -13,7 +13,7 @@ author_email = "roland@catalogix.se"
13
description = "Everything OAuth2 and OIDC"
14
long_description = "file: README.md"
15
long_description_content_type = "text/markdown"
16
-url = "https://github.com/IdentityPython/oidc-op"
+url = "https://github.com/IdentityPython/idpy-oidc"
17
license = "Apache-2.0"
18
classifiers =[
19
"Programming Language :: Python :: 3",
@@ -31,7 +31,7 @@ line-length = 100
31
32
[tool.isort]
33
force_single_line = true
34
-known_first_party = "oidcop"
+known_first_party = "idpyoidc"
35
include_trailing_comma = true
36
force_grid_wrap = 0
37
use_parentheses = true
0 commit comments