blob: 7314412391e4db131285d631040f16b5f9ccb3a5 [file] [log] [blame]
[project]
name = "casbin-django-orm-adapter"
version = "1.7.0"
authors = [
{name = "Yang Luo", email = "hsluoyz@qq.com"},
]
description = "Django's ORM adapter for PyCasbin"
readme = "README.md"
keywords = [
"pycasbin",
"casbin",
"adapter",
"storage-driver",
"django",
"orm",
"django-orm",
"access-control",
"authorization"
]
dynamic = ["dependencies"]
requires-python = ">=3.7"
license = {text = "Apache 2.0"}
classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
Home-page = "https://github.com/officialpycasbin/django-orm-adapter"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
exclude = ["tests"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.black]
line-length = 120