You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Lately we've had some packaging problems due to mistakes in MANIFEST.in, mostly due to missing files in the source distribution because we forgot to update MANIFEST.in for new or moved files. Currently it looks like this:
include README.rst include AUTHORS include INSTALL include LICENSE include MANIFEST.in include django/contrib/auth/common-passwords.txt.gz include django/contrib/gis/gdal/LICENSE include django/contrib/gis/geos/LICENSE include django/dispatch/license.txt include django/dispatch/license.python.txt recursive-include docs * recursive-include scripts * recursive-include extras * recursive-include tests * recursive-include django/conf/app_template * recursive-include django/conf/locale * recursive-include django/conf/project_template * recursive-include django/contrib/*/locale * recursive-include django/contrib/admin/templates * recursive-include django/contrib/admin/static * recursive-include django/contrib/admindocs/templates * recursive-include django/contrib/auth/templates * recursive-include django/contrib/gis/static * recursive-include django/contrib/gis/templates * recursive-include django/contrib/sitemaps/templates * recursive-exclude * __pycache__ recursive-exclude * *.py[co]
Despite all the rules for django/, it seems the only difference in there is that django/contrib/admin/bin isn't included in the distribution. Is there a reason not to do something like: