mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
add the setup.py file equivalents fields for pyrpoject.toml per https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
This commit is contained in:
parent
3b906d62c8
commit
77cbc16317
1 changed files with 23 additions and 0 deletions
|
|
@ -1,3 +1,26 @@
|
|||
[project]
|
||||
name = "django-fernet-encrypted-fields"
|
||||
version = "0.3.1"
|
||||
description = "Symetrically encrypted model fields for Django"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{ name = "jazzband", email = "n.anahara@fragment.co.jp" },
|
||||
]
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"Django>=4.2",
|
||||
"cryptography>=35.0.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/jazzband/django-fernet-encrypted-fields/"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
##################
|
||||
# ruff
|
||||
##################
|
||||
|
|
|
|||
Loading…
Reference in a new issue