juliomalegria / django-chunked-upload

Upload large files to Django in multiple chunks, with the ability to resume if the upload is interrupted.
MIT No Attribution
218 stars 73 forks source link

PyPI packages are not packaged correctly (missing `management` package). #40

Open mrmachine opened 6 years ago

mrmachine commented 6 years ago

You need to add a line like this to setup.py:

    packages=find_packages(),

Or otherwise explicitly specify that the management and management.commands packages should be included.

See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages