Skip to content

Commit c80f986

Browse files
committed
Updated version in pyproject.toml.
1 parent 55d3289 commit c80f986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author_email = "roland@catalogix.se"
1313
description = "Everything OAuth2 and OIDC"
1414
long_description = "file: README.md"
1515
long_description_content_type = "text/markdown"
16-
url = "https://github.com/IdentityPython/oidc-op"
16+
url = "https://github.com/IdentityPython/idpy-oidc"
1717
license = "Apache-2.0"
1818
classifiers =[
1919
"Programming Language :: Python :: 3",
@@ -31,7 +31,7 @@ line-length = 100
3131

3232
[tool.isort]
3333
force_single_line = true
34-
known_first_party = "oidcop"
34+
known_first_party = "idpyoidc"
3535
include_trailing_comma = true
3636
force_grid_wrap = 0
3737
use_parentheses = true

0 commit comments

Comments
 (0)