juliomalegria/django-chunked-upload

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

Opened this issue · 0 comments

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