Open mrmachine opened 6 years ago
You need to add a line like this to setup.py:
setup.py
packages=find_packages(),
Or otherwise explicitly specify that the management and management.commands packages should be included.
management
management.commands
See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
You need to add a line like this to
setup.py
:Or otherwise explicitly specify that the
management
andmanagement.commands
packages should be included.See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages