We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ada5f + ecf2988 commit f0eab76Copy full SHA for f0eab76
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "permify"
3
version = "1.6.8"
4
description = "Permify API"
5
authors = ["API Support <hello@permify.co>"]
6
-license = "Apache-2.0 license"
+license = "Apache-2.0"
7
readme = "README.md"
8
repository = "https://github.com/Permify/permify-python"
9
keywords = ["OpenAPI", "OpenAPI-Generator", "Permify API"]
setup.py
@@ -42,7 +42,7 @@
42
install_requires=REQUIRES,
43
packages=find_packages(exclude=["test", "tests"]),
44
include_package_data=True,
45
- license="AGPL-3.0 license",
+ license="Apache-2.0",
46
long_description_content_type='text/markdown',
47
long_description="""\
48
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
0 commit comments