migrate to a src layout

This commit is contained in:
David Paul Graham 2026-03-14 08:00:38 -04:00
parent bfd1225616
commit 077832b5e2
No known key found for this signature in database
GPG key ID: ACDB045B782EF333
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ dependencies = [
Homepage = "https://github.com/jazzband/django-fernet-encrypted-fields/"
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
@ -30,7 +30,7 @@ lint.fixable = ["ALL"]
lint.ignore = ["A003", "COM812", "D", "DJ008", "ERA001", "ISC001", "PLC2401", "PLC2403", "PT011", "RUF001", "S101", "S105", "S608", "SIM103", "TC001", "TC002", "TC003", "UP040"]
lint.select = ["ALL"]
lint.unfixable = ["ERA001", "F401"]
include = ["encrypted_fields/*.py", "package_test/*.py"]
extend-include = ["package_test/**/*.py"]
target-version = "py312"
##################