Skip to content

Commit f0eab76

Browse files
authored
Merge pull request #18 from Permify/omer/change-sdk-licence
chore: relicense SDK to Apache-2.0
2 parents 44ada5f + ecf2988 commit f0eab76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "permify"
33
version = "1.6.8"
44
description = "Permify API"
55
authors = ["API Support <hello@permify.co>"]
6-
license = "Apache-2.0 license"
6+
license = "Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/Permify/permify-python"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "Permify API"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=REQUIRES,
4343
packages=find_packages(exclude=["test", "tests"]),
4444
include_package_data=True,
45-
license="AGPL-3.0 license",
45+
license="Apache-2.0",
4646
long_description_content_type='text/markdown',
4747
long_description="""\
4848
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.

0 commit comments

Comments
 (0)