django-jsonform
django-jsonform copied to clipboard
Exclude local js files from installable package
The local dir is already declared in prune keyword in MANIFEST.in. That dir is excluded from the tarball (sdist) build, but not from the wheel which is odd.
This is an 8-year old issue with the wheels which hasn't been resolved. pypa/wheel#99
Reopening because local files are causing errors with django-whitenoise. This folder needs to be excluded from the final build.
Fixed in v2.11.0. However, tests files are still there. But that's for future.