anki-bin: 24.06.3 -> 24.11 (#360722)
[NixPkgs.git] / pkgs / development / python-modules / django-cryptography / fix-setup-cfg.patch
blob0cb7b9dba2aa02045a6e08aa406a5916b8989be2
1 diff --git a/setup.cfg b/setup.cfg
2 index 865b4c3..577d917 100644
3 --- a/setup.cfg
4 +++ b/setup.cfg
5 @@ -35,7 +35,10 @@ project_urls =
6 Documentation = https://django-cryptography.readthedocs.io
8 [options]
9 -packages = django_cryptography
10 +packages =
11 + django_cryptography
12 + django_cryptography.core
13 + django_cryptography.utils
14 python_requires = >=3.6
15 include_package_data = True
16 install_requires =