georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 69 forks source link

Update setup.cfg to auto-discover sub-packages #106

Open saurav-codes opened 7 months ago

saurav-codes commented 7 months ago

Modify the packages option in setup.cfg to use the find: directive, which enables setuptools to automatically discover all sub-packages. This change fixes the installation issue where sub-packages were not being included when installing directly from git repo. ( like this pip install git+https://github.com/georgemarshall/django-cryptography )

MrShirokow commented 2 months ago

@georgemarshall is there any chance this can be released on PyPI? Thanks!

TheBlusky commented 35 minutes ago

@georgemarshall Is it possible to check this PR ?