Skip to content

Commit 4f642a0

Browse files
committed
chore: update to use permissio organization name consistently
1 parent da8454a commit 4f642a0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By participating in this project, you agree to abide by our Code of Conduct.
1010

1111
### Reporting Bugs
1212

13-
1. Check if the bug has already been reported in [Issues](https://github.com/permisio/permis-python/issues)
13+
1. Check if the bug has already been reported in [Issues](https://github.com/permissio/permissio-python/issues)
1414
2. If not, create a new issue with:
1515
- A clear, descriptive title
1616
- Steps to reproduce the bug

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "permisio"
6+
name = "permissio"
77
version = "0.1.0"
88
description = "Python SDK for the Permis.io authorization platform"
99
readme = "README.md"
@@ -63,9 +63,9 @@ docs = [
6363
[project.urls]
6464
Homepage = "https://permis.io"
6565
Documentation = "https://docs.permis.io/sdk/python"
66-
Repository = "https://github.com/permisio/permis-python"
67-
Issues = "https://github.com/permisio/permis-python/issues"
68-
Changelog = "https://github.com/permisio/permis-python/blob/main/CHANGELOG.md"
66+
Repository = "https://github.com/permissio/permissio-python"
67+
Issues = "https://github.com/permissio/permissio-python/issues"
68+
Changelog = "https://github.com/permissio/permissio-python/blob/main/CHANGELOG.md"
6969

7070
[tool.setuptools.packages.find]
7171
where = ["."]

0 commit comments

Comments
 (0)