From ac210338dd2c84a410452e0b8e18ddee43f1920f Mon Sep 17 00:00:00 2001 From: saurav sharma Date: Wed, 6 Dec 2023 11:04:38 +0530 Subject: [PATCH] Update setup.cfg to auto-discover sub-packages --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6718b50..65b1383 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ project_urls = Documentation = https://django-cryptography.readthedocs.io [options] -packages = django_cryptography +packages = find: python_requires = >=3.7 include_package_data = True install_requires =